File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -458,15 +458,9 @@ export interface ConfigurationProperties {
458
458
wrap ?: boolean
459
459
}
460
460
461
- /*
462
- TODO make sure not to overwrite types!
463
- Namespaces may help!
464
-
465
- export * from './components/FileInput/type'
466
- export * from './components/Inputs/type'
467
- export * from './components/Interval/type'
468
- export * from './components/RequireableCheckbox/type'
469
- export * from './components/TextInput/type'
470
- */
471
- export type { EditorType } from './components/TextInput/type'
461
+ export * as FileInput from './components/FileInput/type'
462
+ export * as Inputs from './components/Inputs/type'
463
+ export * as Interval from './components/Interval/type'
464
+ export * as RequireableCheckbox from './components/RequireableCheckbox/type'
465
+ export * as TextInput from './components/TextInput/type'
472
466
// endregion
You can’t perform that action at this time.
0 commit comments