flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
13 lines (12 loc) • 715 B
TypeScript
export { Table } from "./Table";
export type { FlowbiteTableRootTheme, FlowbiteTableTheme, TableProps } from "./Table";
export { TableBody } from "./TableBody";
export type { FlowbiteTableBodyTheme, TableBodyProps } from "./TableBody";
export { TableCell } from "./TableCell";
export type { FlowbiteTableCellTheme, TableCellProps } from "./TableCell";
export { TableHead } from "./TableHead";
export type { FlowbiteTableHeadTheme, TableHeadProps } from "./TableHead";
export { TableHeadCell } from "./TableHeadCell";
export type { FlowbiteTableHeadCellTheme, TableHeadCellProps } from "./TableHeadCell";
export { TableRow } from "./TableRow";
export type { FlowbiteTableRowTheme, TableRowProps } from "./TableRow";