UNPKG

@visactor/vrender-core

Version:
4 lines (3 loc) 168 B
import { Stage } from './core/stage'; import type { IStageParams } from './interface/stage'; export declare function createStage(params: Partial<IStageParams>): Stage;