UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

7 lines (6 loc) 176 B
import { InteractionAction } from '@antv/g2'; export declare class MarkerActiveAction extends InteractionAction { active(): void; reset(): void; private getView; }