| 12345678910111213141516 |
- import { RenderingPlugin, RenderingPluginContext } from '@antv/g-lite';
- export declare class HTMLRenderingPlugin implements RenderingPlugin {
- static tag: string;
- private context;
- /**
- * wrapper for camera
- */
- private $camera;
- private joinTransformMatrix;
- apply(context: RenderingPluginContext): void;
- private getId;
- private createCamera;
- private getOrCreateEl;
- private updateAttribute;
- }
- //# sourceMappingURL=HTMLRenderingPlugin.d.ts.map
|