UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

13 lines (12 loc) 415 B
import { showActionSheet } from '../redux/reducers/dialog'; export declare function connectActionSheet(WrappedComponent: any): any; export interface ConnectedPropsAndroid { sheetVisible: boolean; showActionSheet: typeof showActionSheet; } export interface ActionSheetNativeProps { connectedShowActionSheet: Function; } export interface ConnectedPropsIos { showActionSheet: typeof showActionSheet; }