@visactor/vrender-core
Version:
## Description
12 lines (11 loc) • 427 B
TypeScript
import type { ILayerService } from './interface/core';
import type { IGraphicUtil, ITransformUtil } from './interface/core';
import type { IGlobal, IGraphicService } from './interface';
export declare class Application {
global: IGlobal;
graphicUtil: IGraphicUtil;
graphicService: IGraphicService;
transformUtil: ITransformUtil;
layerService: ILayerService;
}
export declare const application: Application;