@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
4 lines • 350 B
TypeScript
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>;
//# sourceMappingURL=external.d.ts.map