1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

feat: 💥 Conversione a Typescript

- Rimossi Babel e Flow, sostituito con Typescript
- Qualche piccolo fix qua e là
- Aggiornate dipendenze
This commit is contained in:
Maicol Battistini
2022-01-06 15:45:35 +01:00
parent 8621a6aa88
commit 636c7ac68e
71 changed files with 4930 additions and 3817 deletions

View File

@ -0,0 +1,7 @@
// 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';