@heroui/table
Version:
Tables are used to display tabular data using rows and columns.
9 lines (8 loc) • 444 B
text/typescript
export { default as TableBody, TableBodyProps } from './table-body.mjs';
export { default as TableCell, TableCellProps } from './table-cell.mjs';
export { default as TableColumn, TableColumnProps } from './table-column.mjs';
export { default as TableHeader, TableHeaderProps } from './table-header.mjs';
export { default as TableRow, TableRowProps } from './table-row.mjs';
import '@heroui/system';
import '@react-types/table';
import 'react';