Skip to content

Commit

Permalink
Export DnD related types
Browse files Browse the repository at this point in the history
  • Loading branch information
TimboKZ committed Nov 15, 2020
1 parent b771337 commit cc800db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/chonky-icon-fontawesome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"file-browser",
"react-component"
],
"gitHead": "7649767bb8667f0e4104330972d1596bd797ae4e",
"gitHead": "b771337cb609da4df24cb1ae9522196b07568b12",
"devDependencies": {
"@testing-library/dom": "^7.26.3",
"@testing-library/jest-dom": "^5.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/chonky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"file-browser",
"react-component"
],
"gitHead": "7649767bb8667f0e4104330972d1596bd797ae4e",
"gitHead": "b771337cb609da4df24cb1ae9522196b07568b12",
"devDependencies": {
"@testing-library/dom": "^7.26.3",
"@testing-library/jest-dom": "^5.11.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/chonky/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ export { ChonkyIconName, ChonkyIconProps } from './types/icons.types';

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

export { ChonkyDndFileEntryItem, ChonkyDndFileEntryType } from './types/dnd.types';

export type FileActionHandler = GenericFileActionHandler<ChonkyActionUnion>;
export type ChonkyFileActionData = MapFileActionsToData<ChonkyActionUnion>;

0 comments on commit cc800db

Please sign in to comment.