mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
react-motion fix merge
I believe there was an error when merging: https://github.com/DefinitelyTyped/DefinitelyTyped/commit/b488f3cb5f70ea62c66a3ecaef4e38baadf3727c#diff-3b3fa3639f39b82eca3e15e4ef0f54eeR125 You can see the originally merge PR matches my change: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/9965/files#diff-1ad63a2a56d869f9cc5e998febe8e52eR128
This commit is contained in:
Vendored
+1
-1
@@ -123,7 +123,7 @@ interface TransitionProps {
|
||||
*/
|
||||
willLeave?: (styleThatLeft: TransitionStyle) => Style | void;
|
||||
}
|
||||
export class TransitionMotion extends Component<any, any> { }
|
||||
export class TransitionMotion extends Component<TransitionProps, any> { }
|
||||
|
||||
|
||||
interface StaggeredMotionProps {
|
||||
|
||||
Reference in New Issue
Block a user