Skip to content

Commit d61b51c

Browse files
author
thaibault
committed
Automatic update to new version.
1 parent 67f5c91 commit d61b51c

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

src/type.ts

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -458,15 +458,9 @@ export interface ConfigurationProperties {
458458
wrap?: boolean
459459
}
460460

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'
472466
// endregion

0 commit comments

Comments
 (0)