Marc Fallows
2017-06-01 21:51:10 +10:00
committed by GitHub
parent 8877071a4f
commit 0ceebb9dd2
+1 -1
View File
@@ -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 {