UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

5 lines (4 loc) • 344 B
/// <reference types="react" /> import type { BottomSheetMethods, BottomSheetVariables } from '../types'; export declare const BottomSheetContext: import("react").Context<(BottomSheetMethods & BottomSheetVariables) | null>; export declare const BottomSheetProvider: import("react").Provider<(BottomSheetMethods & BottomSheetVariables) | null>;