UNPKG

@visactor/vrender

Version:

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

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