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 f36ab2d commit 45c6467Copy full SHA for 45c6467
src/ImperativeTransition.tsx
@@ -61,7 +61,8 @@ export function useTransition({
61
return ref;
62
}
63
64
-export interface ImperativeTransitionProps extends TransitionProps {
+export interface ImperativeTransitionProps
65
+ extends Omit<TransitionProps, 'appear' | 'mountOnEnter' | 'unmountOnExit'> {
66
transition: TransitionHandler;
67
68
0 commit comments