UNPKG

@visactor/vrender-core

Version:
13 lines (12 loc) 478 B
import type { ILayerService } from './interface/core'; import type { IGraphicUtil, ITransformUtil } from './interface/core'; import type { IGlobal, IGraphicService, IRenderService } from './interface'; export declare class Application { global: IGlobal; graphicUtil: IGraphicUtil; graphicService: IGraphicService; renderService: IRenderService; transformUtil: ITransformUtil; layerService: ILayerService; } export declare const application: Application;