mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
755c22f3b9
New paginated table - tested on /features-new behind a flag
8 lines
434 B
TypeScript
8 lines
434 B
TypeScript
export { SortableTableHeader } from './SortableTableHeader/SortableTableHeader';
|
|
export { TableBody, TableRow } from '@mui/material';
|
|
export { Table } from './Table/Table';
|
|
export { TableCell } from './TableCell/TableCell';
|
|
export { TablePlaceholder } from './TablePlaceholder/TablePlaceholder';
|
|
export { VirtualizedTable } from './VirtualizedTable/VirtualizedTable';
|
|
export { PaginatedTable } from './PaginatedTable/PaginatedTable';
|