source: src/components/table/index.ts@ 057453c

main
Last change on this file since 057453c was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago

add customer

  • Property mode set to 100644
File size: 504 bytes
Line 
1export * from './types';
2export * from './utils';
3
4export { default as useTable } from './use-table';
5
6export { default as TableNoData } from './table-no-data';
7export { default as TableSkeleton } from './table-skeleton';
8export { default as TableEmptyRows } from './table-empty-rows';
9export { default as TableHeadCustom } from './table-head-custom';
10export { default as TableSelectedAction } from './table-selected-action';
11export { default as TablePaginationCustom } from './table-pagination-custom';
Note: See TracBrowser for help on using the repository browser.