export { Table, Table as default, TableHeader, TableBody, TableRow, HeadRow, HeaderCell, RowCell, TableFooter, DEFAULT_ROW_INTERACTION, DEFAULT_PAGE_SIZE_OPTIONS, } from '../components/Table/index'; export type { TableProps, TableHeaderProps, HeadRowProps, HeaderCellProps, TableRowProps, RowCellProps, RowCellTitle, RowCellText, RowCellContent, TableFooterProps, InteractionConfig, InteractionStateConfig, RowCellInteraction, } from '../components/Table/types'; /** @deprecated Import from `@/components/Table/TableLegacy` instead. */ export { Table as LegacyTable, TableBody as LegacyTableBody, TableCaption as LegacyTableCaption, TableCell as LegacyTableCell, TableFooter as LegacyTableFooter, TableHead as LegacyTableHead, TableHeader as LegacyTableHeader, TableRow as LegacyTableRow, } from '../components/Table/TableLegacy';