UNPKG

@fruits-chain/react-native-xiaoshu

Version:
17 lines (12 loc) • 513 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useDropdownConfig = exports.DropdownConfig = void 0; var _react = require("react"); const DropdownConfig = /*#__PURE__*/(0, _react.createContext)( // eslint-disable-next-line @typescript-eslint/consistent-type-assertions {}); exports.DropdownConfig = DropdownConfig; const useDropdownConfig = () => (0, _react.useContext)(DropdownConfig); exports.useDropdownConfig = useDropdownConfig; //# sourceMappingURL=context.js.map