fannypack
Version:
An accessible, composable, and friendly React UI Kit
10 lines (9 loc) • 455 B
JavaScript
export { default } from './Table';
export { default as Table } from './Table';
export { default as TableBody } from './TableBody';
export { default as TableCaption } from './TableCaption';
export { default as TableCell } from './TableCell';
export { default as TableFoot } from './TableFoot';
export { default as TableHead } from './TableHead';
export { default as TableHeadCell } from './TableHeadCell';
export { default as TableRow } from './TableRow';