export interface TableProps {
    className?: string
    striped?: boolean
    bordered?: boolean
    condensed?: boolean
    hover?: boolean
}
