Skip to content

Commit

Permalink
fix: export Displayable for type annotation compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbao committed Sep 13, 2021
1 parent f1f0381 commit 350287a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export {
ElementProps
} from './Element';

export {default as Displayable, DisplayableProps} from './graphic/Displayable';
export {default as Group, GroupProps} from './graphic/Group';
export {default as Path, PathStyleProps, PathProps, PathStatePropNames, PathState} from './graphic/Path';
export {default as Image, ImageStyleProps, ImageProps, ImageState} from './graphic/Image';
Expand Down

0 comments on commit 350287a

Please sign in to comment.