UNPKG

react-native-elements

Version:
13 lines (12 loc) 692 B
import React from 'react'; import { StyleProp, ViewStyle, ModalProps } from 'react-native'; import { RneFunctionComponent } from '../helpers'; export declare type BottomSheetProps = { containerStyle?: StyleProp<ViewStyle>; modalProps?: ModalProps; isVisible?: boolean; }; declare const BottomSheet: RneFunctionComponent<BottomSheetProps>; export { BottomSheet }; declare const _default: React.FunctionComponent<Pick<BottomSheetProps & Partial<import("../config").ThemeProps<BottomSheetProps>>, "containerStyle" | "isVisible" | "modalProps">> | React.ForwardRefExoticComponent<BottomSheetProps & Partial<import("../config").ThemeProps<BottomSheetProps>>>; export default _default;