UNPKG

szn-ui-react-native-bottom-sheet

Version:

A customizable React Native bottom sheet component with gesture support, keyboard awareness, and smooth animations.

5 lines 383 B
import React from "react"; import { BottomSheetProps, BottomSheetRef } from "./types"; export declare const BottomSheetComponent: React.ForwardRefExoticComponent<BottomSheetProps & React.RefAttributes<BottomSheetRef>>; export declare const BottomSheet: React.ForwardRefExoticComponent<BottomSheetProps & React.RefAttributes<BottomSheetRef>>; //# sourceMappingURL=BottomSheet.d.ts.map