UNPKG

@ant-design/react-native

Version:

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

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