UNPKG

@saber2pr/router

Version:

> react-router-dom by hooks api.

8 lines (7 loc) 234 B
import { SubscribeMap } from './type'; export declare namespace HistoryStore { let current: string; function set(url: string, callback: Function): void; function del(url: string): void; function get(): SubscribeMap; }