We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ace6ba commit e582bc3Copy full SHA for e582bc3
src/dsr.ts
@@ -2,7 +2,7 @@ import {
2
StateObject, StateDeclaration, Param, UIRouter, RawParams, StateOrName, TargetState, Transition
3
} from "@uirouter/core";
4
5
-declare module "@uirouter/core" {
+declare module "@uirouter/core/lib/state/interface" {
6
interface StateDeclaration {
7
dsr?: any;
8
deepStateRedirect?: any;
0 commit comments