UNPKG

react-native-bottom-sheets

Version:

A tiny wrapper around @gorhom/bottom-sheet to make it easier to use in react-native projects.

4 lines (3 loc) 189 B
import { BottomSheetsProps } from "../types"; declare const BottomSheets: ({ sheets, ...props }: BottomSheetsProps) => import("react/jsx-runtime").JSX.Element; export default BottomSheets;