UNPKG

300 BTypeScriptView Raw
1import type { IH5RouterConfig } from '@tarojs/taro/types/compile';
2import type { History } from 'history';
3export declare let history: History;
4export declare function setHistoryMode(mode?: IH5RouterConfig['mode'], base?: string): void;
5export declare function prependBasename(url?: string): string;