Skip to content

Commit cc800db

Browse files
committed
Export DnD related types
1 parent b771337 commit cc800db

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/chonky-icon-fontawesome/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"file-browser",
4545
"react-component"
4646
],
47-
"gitHead": "7649767bb8667f0e4104330972d1596bd797ae4e",
47+
"gitHead": "b771337cb609da4df24cb1ae9522196b07568b12",
4848
"devDependencies": {
4949
"@testing-library/dom": "^7.26.3",
5050
"@testing-library/jest-dom": "^5.11.5",

packages/chonky/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"file-browser",
6767
"react-component"
6868
],
69-
"gitHead": "7649767bb8667f0e4104330972d1596bd797ae4e",
69+
"gitHead": "b771337cb609da4df24cb1ae9522196b07568b12",
7070
"devDependencies": {
7171
"@testing-library/dom": "^7.26.3",
7272
"@testing-library/jest-dom": "^5.11.5",

packages/chonky/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ export { ChonkyIconName, ChonkyIconProps } from './types/icons.types';
4545

4646
export { setChonkyDefaults } from './util/default-config';
4747

48+
export { ChonkyDndFileEntryItem, ChonkyDndFileEntryType } from './types/dnd.types';
49+
4850
export type FileActionHandler = GenericFileActionHandler<ChonkyActionUnion>;
4951
export type ChonkyFileActionData = MapFileActionsToData<ChonkyActionUnion>;

0 commit comments

Comments
 (0)