• Parameters

    • push: any

    Returns {
        createHref: ((location: any) => string);
        push: any;
    }

    • createHref: ((location: any) => string)
        • (location: any): string
        • Parameters

          • location: any

          Returns string

    • push: any

Generated using TypeDoc