mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-25 07:47:55 +01:00
8 lines
275 B
TypeScript
8 lines
275 B
TypeScript
|
// noinspection JSUnusedGlobalSymbols
|
||
|
|
||
|
export {default as DataTable} from './DataTable';
|
||
|
export {default as TableCell} from './TableCell';
|
||
|
export {default as TableColumn} from './TableColumn';
|
||
|
export {default as TableFooter} from './TableFooter';
|
||
|
export * from './TableRow';
|