UNPKG

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