UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

9 lines (8 loc) 266 B
declare function onActive(plot: any, condition: any): void; declare function onDisable(plot: any, condition: any): void; declare const _default: { active: typeof onActive; selected: typeof onActive; disable: typeof onDisable; }; export default _default;