| 123456789101112 |
- import type { RenderingPlugin, RenderingPluginContext } from '../services';
- export declare class PrepareRendererPlugin implements RenderingPlugin {
- static tag: string;
- private rBush;
- /**
- * sync to RBush later
- */
- private toSync;
- apply(context: RenderingPluginContext): void;
- private syncRTree;
- }
- //# sourceMappingURL=PrepareRendererPlugin.d.ts.map
|