UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

8 lines (7 loc) 392 B
import { ActionSheetIOSOptions } from 'react-native'; declare const _default: { showActionSheetWithOptions(config: ActionSheetIOSOptions, callback: (index: number) => void): void; showShareActionSheetWithOptions(config: any, failureCallback?: (arg0: any) => void, successCallback?: (arg0: boolean, activityType?: string) => void): void; close(): void; }; export default _default;