UNPKG

rrsx

Version:
13 lines (10 loc) 250 B
import { History } from 'history'; export class Navigator { location = {}; match = {}; history: History; setRoute(location: any, match: any, history: any); push = this.history.push; } const navigator: Navigator; export default navigator;