UNPKG

react-native-navigation-bottom-sheet

Version:

A performant customizable bottom sheet component made on top of wix react-native-navigation library.

8 lines (7 loc) 231 B
import * as React from 'react'; import type { RNNBottomSheetProps } from './types'; declare type Props = RNNBottomSheetProps & { componentId: any; }; declare const _default: React.ComponentType<Props>; export default _default;