Skip to content

Commit e582bc3

Browse files
danegetchristopherthielen
authored andcommitted
fix(typings): Augment StateDeclaration using deep path (#3)
Closes #2
1 parent 9ace6ba commit e582bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
StateObject, StateDeclaration, Param, UIRouter, RawParams, StateOrName, TargetState, Transition
33
} from "@uirouter/core";
44

5-
declare module "@uirouter/core" {
5+
declare module "@uirouter/core/lib/state/interface" {
66
interface StateDeclaration {
77
dsr?: any;
88
deepStateRedirect?: any;

0 commit comments

Comments
 (0)