/** * @deprecated The `table` module is deprecated. Use `data-table` instead. */ export { Table } from './table' export { TableCell } from './table-cell' export { TableColumnFilterDropdown, type TableColumnFilterDropdownProps } from './table-column-filter-dropdown' export { TableDescriptionCell } from './table-description-cell' export { TableEmptyState } from './table-empty-state' export { TableHeader } from './table-header' export { TableRow } from './table-row' export { COMPACT_ROW_MIN_HEIGHT_PX, ROW_HEIGHT_DESKTOP, ROW_HEIGHT_MOBILE, TableCardSkeleton } from './table-skeleton' export { TableTimestampCell } from './table-timestamp-cell' export { getHideClasses, isHiddenOnMobile } from './utils' export type { TableDescriptionCellProps } from './table-description-cell' export type { TableTimestampCellProps } from './table-timestamp-cell' export type { BulkAction, CursorPagination, FilterOption, FilterSection, InfiniteScrollConfig, PagePagination, RowAction, TableCardSkeletonProps, TableCellProps, TableColumn, TableEmptyStateProps, TableFilters, TableHeaderProps, TableProps, TableRowProps, TailwindBreakpoint } from './types'