interface HeaderRouter {
    createHref: (location: string | Location) => string;
    getCurrentLocation?: Function;
    push: (location: string | Location) => any;
}

Hierarchy

  • Router
    • HeaderRouter

Properties

createHref: (location: string | Location) => string
getCurrentLocation?: Function
push: (location: string | Location) => any