We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d206ba commit 5b58566Copy full SHA for 5b58566
src/transition/interface.ts
@@ -705,8 +705,8 @@ export interface IHookRegistry {
705
_registeredHooks: { [key: string]: RegisteredHook[] };
706
}
707
708
-/** A predicate type which tests if a [[StateDeclaration]] passes some test. Returns a boolean. */
709
-export type IStateMatch = Predicate<StateDeclaration>
+/** A predicate type which tests if a [[StateObject]] passes some test. Returns a boolean. */
+export type IStateMatch = Predicate<StateObject>;
710
711
/**
712
* This object is used to configure whether or not a Transition Hook is invoked for a particular transition,
0 commit comments