UNPKG

@fruits-chain/react-native-xiaoshu

Version:
9 lines • 413 B
import React from 'react'; import type { ActionSheetOptions, Action, ActionSheetProps } from './interface'; export declare const ActionSheetInstance: (opts: ActionSheetOptions) => Promise<{ item: Action; index: number; }>; export declare const Component: React.FC<ActionSheetProps>; export declare const ActionSheetComponent: React.FC<ActionSheetProps>; //# sourceMappingURL=action-sheet-instance.d.ts.map