UNPKG

391 BTypeScriptView Raw
1import hoistNonReactStatic from 'hoist-non-react-statics';
2import * as React from 'react';
3import { ActionSheetProps } from './types';
4export default function connectActionSheet<OwnProps = any>(WrappedComponent: React.ComponentType<OwnProps & ActionSheetProps>): ((props: OwnProps) => JSX.Element) & hoistNonReactStatic.NonReactStatics<React.ComponentType<OwnProps & ActionSheetProps>, {}>;