- import type { RenderingPlugin, RenderingPluginContext } from '@antv/g-lite';
- export declare class LoadImagePlugin implements RenderingPlugin {
- static tag: string;
- apply(context: RenderingPluginContext): void;
- }
- //# sourceMappingURL=LoadImagePlugin.d.ts.map
|