@antv/g-plugin-mobile-interaction
Version:
A G plugin listening events in mobile environment
9 lines • 367 B
TypeScript
import type { RenderingPlugin, RenderingPluginContext } from '@antv/g-lite';
/**
* listen to mouse/touch/pointer events on DOM wrapper, trigger pointer events
*/
export declare class MobileInteractionPlugin implements RenderingPlugin {
static tag: string;
apply(context: RenderingPluginContext): void;
}
//# sourceMappingURL=MobileInteractionPlugin.d.ts.map