UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

10 lines (9 loc) • 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BottomSheetInternalProvider = exports.BottomSheetInternalContext = void 0; var _react = require("react"); const BottomSheetInternalContext = exports.BottomSheetInternalContext = /*#__PURE__*/(0, _react.createContext)(null); const BottomSheetInternalProvider = exports.BottomSheetInternalProvider = BottomSheetInternalContext.Provider; //# sourceMappingURL=internal.js.map