mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Update type name
This commit is contained in:
4
types/reach__router/index.d.ts
vendored
4
types/reach__router/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user