UNPKG

funda-ui

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

13 lines (12 loc) 684 B
export { default as Table } from './Table'; export { default as TableBody } from './TableBody'; export { default as TableCell } from './TableCell'; export { default as TableHead } from './TableHead'; export { default as TableFoot } from './TableFoot'; export { default as TableRow } from './TableRow'; export { default as TableColgroup } from './TableColgroup'; export { default as TableCaption } from './TableCaption'; export { default as TableFilter } from './utils/TableFilter'; export { default as ToggleSelection } from './utils/ToggleSelection'; export { default as DragHandleSprite } from './utils/DragHandleSprite'; export { default as SortSprite } from './utils/SortSprite';