Skip to content

Commit

Permalink
Merge pull request #15291 from Map1en/export-type-elementevent
Browse files Browse the repository at this point in the history
Export type elementevent
  • Loading branch information
Ovilia authored Sep 2, 2022
2 parents 7f3b2ba + 768ce83 commit 74cd6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/export/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export {ZRColor as Color, Payload} from '../util/types';
export {LinearGradientObject} from 'zrender/src/graphic/LinearGradient';
export {RadialGradientObject} from 'zrender/src/graphic/RadialGradient';
export {PatternObject, ImagePatternObject, SVGPatternObject} from 'zrender/src/graphic/Pattern';
export {ElementEvent} from 'zrender/src/Element';

// ComposeOption
import type { ComponentOption, ECBasicOption as EChartsCoreOption } from '../util/types';
Expand Down

0 comments on commit 74cd6ad

Please sign in to comment.