UNPKG

@tarojs/router

Version:
5 lines (4 loc) 282 B
import type { AppInstance } from '@tarojs/runtime'; import type { History } from 'history'; import type { SpaRouterConfig } from '../../types/router'; export declare function createRouter(history: History, app: AppInstance, config: SpaRouterConfig, framework?: string): () => void;