UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

15 lines (14 loc) 362 B
declare const ElementActiveAction: any; export declare class VennElementActive extends ElementActiveAction { /** * 同步所有元素的位置 */ protected syncElementsPos(): void; /** 激活图形元素 */ active(): void; /** toggle 图形元素激活状态 */ toggle(): void; /** 重置 */ reset(): void; } export {};