Skip to content

Commit

Permalink
fix(typings): Augment StateDeclaration using deep path (#3)
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
daneget authored and christopherthielen committed Oct 7, 2017
1 parent 9ace6ba commit e582bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsr.ts
Expand Up @@ -2,7 +2,7 @@ import {
StateObject, StateDeclaration, Param, UIRouter, RawParams, StateOrName, TargetState, Transition
} from "@uirouter/core";

declare module "@uirouter/core" {
declare module "@uirouter/core/lib/state/interface" {
interface StateDeclaration {
dsr?: any;
deepStateRedirect?: any;
Expand Down

0 comments on commit e582bc3

Please sign in to comment.