fix: missing change

This commit is contained in:
Chi Vinh Le
2018-10-17 16:00:33 +02:00
parent aeb75666de
commit b6ee59eb91
+1 -4
View File
@@ -63,7 +63,4 @@ const withMouseHover = hoistStatics<InjectedProps>(
}
);
// TODO: workaround, add bug link.
export default withMouseHover as <P extends Partial<InjectedProps>>(
BaseComponent: React.ComponentType<P>
) => React.ComponentType<P>;
export default withMouseHover;