diff --git a/src/connectActionSheet.tsx b/src/connectActionSheet.tsx index 0a12f5c..3bd282f 100644 --- a/src/connectActionSheet.tsx +++ b/src/connectActionSheet.tsx @@ -6,7 +6,7 @@ import { ActionSheetProps } from './types'; export default function connectActionSheet( WrappedComponent: React.ComponentType -) { +): React.FunctionComponent { const ConnectedActionSheet = (props: OwnProps) => { return (