@cmk/fe_utils
Version:
frontend utility library
5 lines (4 loc) • 305 B
TypeScript
export { BottomPagination } from './BottomPagination';
export type { BottomPaginationType } from './BottomPagination';
export { Table } from './Table';
export type { TableColumnType, TableProps, FilterType, FilteredTableHeaderCellProps, SelectHeaderCellProps, UnfilteredHeaderCellProps, } from './types';