diff --git a/types/react-motion/index.d.ts b/types/react-motion/index.d.ts index 8254ad78aa..733daa071b 100644 --- a/types/react-motion/index.d.ts +++ b/types/react-motion/index.d.ts @@ -123,7 +123,7 @@ interface TransitionProps { */ willLeave?: (styleThatLeft: TransitionStyle) => Style | void; } -export class TransitionMotion extends Component { } +export class TransitionMotion extends Component { } interface StaggeredMotionProps {