UNPKG

239 BTypeScriptView Raw
1import * as React from 'react';
2import { ActionSheetProps } from './types';
3export default function connectActionSheet<OwnProps = any>(WrappedComponent: React.ComponentType<OwnProps & ActionSheetProps>): React.FunctionComponent<OwnProps>;