UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 303 B
export type ElementPointMoveOptions = { selection?: number[]; precision?: number; [key: string]: any; }; /** * ElementPointMove interaction. */ export declare function ElementPointMove(elementPointMoveOptions?: ElementPointMoveOptions): (context: any, _: any, emitter: any) => () => void;