Skip to content

Commit 45c6467

Browse files
committed
wip
1 parent f36ab2d commit 45c6467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ImperativeTransition.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export function useTransition({
6161
return ref;
6262
}
6363

64-
export interface ImperativeTransitionProps extends TransitionProps {
64+
export interface ImperativeTransitionProps
65+
extends Omit<TransitionProps, 'appear' | 'mountOnEnter' | 'unmountOnExit'> {
6566
transition: TransitionHandler;
6667
}
6768

0 commit comments

Comments
 (0)