UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 337 B
export * from './Table'; export type { FlowbiteTableTheme } from './Table'; export type { TableBodyProps } from './TableBody'; export type { TableCellProps } from './TableCell'; export type { TableHeadProps } from './TableHead'; export type { TableHeadCellProps } from './TableHeadCell'; export type { TableRowProps } from './TableRow';