UNPKG

@foo-software/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

10 lines (7 loc) 340 B
import { Table } from './Table'; export { TableProps, TableTheme } from './Table'; export { TableHead, TableHeadProps, TableHeadTheme } from './TableHead'; export { TableRow, TableRowProps, TableRowTheme } from './TableRow'; export { TableCell, TableCellProps, TableCellTheme } from './TableCell'; export { Table }; export default Table;