UNPKG

@visactor/vrender

Version:

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

3 lines (2 loc) 137 B
import { type IStageParams } from '@visactor/vrender-core'; export declare function createStage(params: Partial<IStageParams>): unknown;