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