main
Last change
on this file was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
504 bytes
|
Line | |
---|
1 | export * from './types';
|
---|
2 | export * from './utils';
|
---|
3 |
|
---|
4 | export { default as useTable } from './use-table';
|
---|
5 |
|
---|
6 | export { default as TableNoData } from './table-no-data';
|
---|
7 | export { default as TableSkeleton } from './table-skeleton';
|
---|
8 | export { default as TableEmptyRows } from './table-empty-rows';
|
---|
9 | export { default as TableHeadCustom } from './table-head-custom';
|
---|
10 | export { default as TableSelectedAction } from './table-selected-action';
|
---|
11 | export { default as TablePaginationCustom } from './table-pagination-custom';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.