UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

3 lines (2 loc) 159 B
import type { IStageParams } from './interface/stage'; export declare function createStage(params: Partial<IStageParams>): import("./interface/stage").IStage;