UNPKG

282 BTypeScriptView Raw
1import type { AppInstance } from '@tarojs/runtime';
2import type { History } from 'history';
3import type { SpaRouterConfig } from '../../types/router';
4export declare function createRouter(history: History, app: AppInstance, config: SpaRouterConfig, framework?: string): () => void;