UNPKG

@visactor/vrender-core

Version:

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

6 lines (5 loc) 219 B
import { BrowserEntry } from './browser'; import type { IEntryOptions } from './types'; export declare class NodeEntry extends BrowserEntry { } export declare function createNodeApp(options?: IEntryOptions): NodeEntry;