UNPKG

@difizen/magent-au

Version:
6 lines 213 B
import type { BrowserHistory, To } from 'history'; export declare class RouterHistory { protected browserHistory: BrowserHistory; push: (to: To, state?: any) => void; } //# sourceMappingURL=router.d.ts.map