UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

20 lines (19 loc) 1.1 kB
export { Table } from "./Table"; export type { TableProps, TableRootTheme, TableTheme } from "./Table"; export { TableBody } from "./TableBody"; export type { TableBodyProps, TableBodyTheme } from "./TableBody"; export { TableBodyContext, useTableBodyContext } from "./TableBodyContext"; export type { TableBodyContextValue } from "./TableBodyContext"; export { TableCell } from "./TableCell"; export type { TableCellProps, TableCellTheme } from "./TableCell"; export { TableContext, useTableContext } from "./TableContext"; export type { TableContextValue } from "./TableContext"; export { TableHead } from "./TableHead"; export type { TableHeadProps, TableHeadTheme } from "./TableHead"; export { TableHeadCell } from "./TableHeadCell"; export type { TableHeadCellProps, TableHeadCellTheme } from "./TableHeadCell"; export { TableHeadContext, useTableHeadContext } from "./TableHeadContext"; export type { TableHeadContextValue } from "./TableHeadContext"; export { TableRow } from "./TableRow"; export type { TableRowProps, TableRowTheme } from "./TableRow"; export { tableTheme } from "./theme";