UNPKG

@antv/g-plugin-gesture

Version:

A G plugin for Gesture implemented with PointerEvents

10 lines 347 B
import { AbstractRendererPlugin } from '@antv/g-lite'; import type { GesturePluginOptions } from './interfaces'; export declare class Plugin extends AbstractRendererPlugin { private options; name: string; constructor(options?: Partial<GesturePluginOptions>); init(): void; destroy(): void; } //# sourceMappingURL=index.d.ts.map