Commit 7c8d92e 1 parent f1bc3ea commit 7c8d92e Copy full SHA for 7c8d92e
File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,18 @@ export {
33
33
FileActionState ,
34
34
} from './types/action-handler.types' ;
35
35
export { ChonkyActionUnion } from './types/file-browser.types' ;
36
-
36
+ export { ChonkyIconName } from './types/icons.types' ;
37
+ export type ChonkyIconProps = import ( './types/icons.types' ) . ChonkyIconProps ;
37
38
export { FileBrowserHandle , FileBrowserProps } from './types/file-browser.types' ;
38
- export {
39
- FileViewConfig ,
40
- FileViewConfigGrid ,
41
- FileViewConfigList ,
42
- FileViewMode ,
43
- } from './types/file-view.types' ;
44
- export { ChonkyIconName , ChonkyIconProps } from './types/icons.types' ;
39
+ export { FileViewMode } from './types/file-view.types' ;
40
+ export type FileViewConfig = import ( './types/file-view.types' ) . FileViewConfig ;
41
+ export type FileViewConfigGrid = import ( './types/file-view.types' ) . FileViewConfigGrid ;
42
+ export type FileViewConfigList = import ( './types/file-view.types' ) . FileViewConfigList ;
45
43
46
44
export { setChonkyDefaults } from './util/default-config' ;
47
45
48
- export { ChonkyDndFileEntryItem , ChonkyDndFileEntryType } from './types/dnd.types' ;
46
+ export { ChonkyDndFileEntryType } from './types/dnd.types' ;
47
+ export type ChonkyDndFileEntryItem = import ( './types/dnd.types' ) . ChonkyDndFileEntryItem ;
49
48
50
49
export type FileActionHandler = GenericFileActionHandler < ChonkyActionUnion > ;
51
50
export type ChonkyFileActionData = MapFileActionsToData < ChonkyActionUnion > ;
You can’t perform that action at this time.
0 commit comments