UNPKG

@visactor/vrender

Version:

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

6 lines (5 loc) 275 B
import type { IApp, IEntryOptions, IEnvParamsMap } from '@visactor/vrender-core'; export type TVRenderNodeAppEntryOptions = IEntryOptions & { envParams?: IEnvParamsMap['node']; }; export declare function createNodeVRenderApp(options?: TVRenderNodeAppEntryOptions): IApp;