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,11 @@
/* eslint-disable import/export */
// noinspection JSUnusedGlobalSymbols
export {default as Alert} from './Alert';
export {default as Component} from './Component';
export * from './DataTable';
export {extend, override} from './extend';
export {default as LoadingButton} from './LoadingButton';
export {default as Mdi} from './Mdi';
export {default as Page} from './Page';
export * from './Pages';