@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
4 lines • 325 B
TypeScript
import { type BottomSheetInternalContextType } from '../contexts/internal';
export declare function useBottomSheetInternal(unsafe?: false): BottomSheetInternalContextType;
export declare function useBottomSheetInternal(unsafe: true): BottomSheetInternalContextType | null;
//# sourceMappingURL=useBottomSheetInternal.d.ts.map