UNPKG

@expo/react-native-action-sheet

Version:
4 lines (3 loc) 239 B
import * as React from 'react'; import { ActionSheetProps } from './types'; export default function connectActionSheet<OwnProps = any>(WrappedComponent: React.ComponentType<OwnProps & ActionSheetProps>): React.FunctionComponent<OwnProps>;