Update type name

This commit is contained in:
Kodai Nakamura
2018-08-15 16:14:14 +09:00
parent 0617808c1a
commit 492b9d419e

View File

@@ -5,8 +5,8 @@
// TypeScript Version: 2.8
import * as React from "react";
import { Location } from "history";
export type WindowLocation = Window["location"] & Location;
import { Location as HLocation } from "history";
export type WindowLocation = Window["location"] & HLocation;
export interface History {
readonly location: string;