UNPKG

@visactor/vrender-core

Version:

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

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