@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
11 lines (10 loc) • 660 B
TypeScript
import type { IGraphicService } from './interface';
import type { IGraphicUtil, ILayerService, ITransformUtil } from './interface/core';
export { vglobal } from './global';
export { preLoadAllModule, getLegacyBindingContext, type ILegacyBindContext, type ILegacyBindingContext } from './legacy/bootstrap';
export declare const container: import("./legacy/binding-context").ILegacyBindingContext;
export declare const graphicUtil: IGraphicUtil;
export declare const transformUtil: ITransformUtil;
export declare const graphicService: IGraphicService;
export declare const layerService: ILayerService;
export declare function configureLegacyApplication(): void;