UNPKG

react-native-actions-sheet

Version:

A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.

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