LoadImagePlugin.d.ts 264 B

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