DOMInteractionPlugin.d.ts 421 B

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