| 12345678910 |
- import type { GlobalRuntime, RenderingPlugin, RenderingPluginContext } from '@antv/g-lite';
- /**
- * listen to mouse/touch/pointer events on DOM wrapper, trigger pointer events
- */
- export declare class DOMInteractionPlugin implements RenderingPlugin {
- static tag: string;
- private context;
- apply(context: RenderingPluginContext, runtime: GlobalRuntime): void;
- }
- //# sourceMappingURL=DOMInteractionPlugin.d.ts.map
|