Skip to content

Commit

Permalink
Merge pull request #824 from baojd42/fix-export-displayable
Browse files Browse the repository at this point in the history
fix: export Displayable for type annotation compatibility
  • Loading branch information
pissang authored Sep 14, 2021
2 parents f1f0381 + 350287a commit bb2ffb1
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 bb2ffb1

Please sign in to comment.