UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

6 lines (5 loc) • 237 B
"use strict"; import { createContext } from 'react'; export const BottomSheetModalContext = /*#__PURE__*/createContext(null); export const BottomSheetModalProvider = BottomSheetModalContext.Provider; //# sourceMappingURL=external.js.map