UNPKG

react-native-actions-sheet-fork

Version:

A Cross Platform (Android & iOS) ActionSheet with robust and flexible API, native performance, and zero dependency code for React Native. Forked version.

5 lines 265 B
import React from 'react'; import type { ActionSheetProps, ActionSheetRef } from './types'; declare const _default: React.ForwardRefExoticComponent<ActionSheetProps & React.RefAttributes<ActionSheetRef>>; export default _default; //# sourceMappingURL=index.d.ts.map