@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
13 lines (12 loc) • 493 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useDropdownConfig = exports.DropdownConfig = void 0;
var _react = require("react");
const DropdownConfig = exports.DropdownConfig = /*#__PURE__*/(0, _react.createContext)(
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
{});
const useDropdownConfig = () => (0, _react.useContext)(DropdownConfig);
exports.useDropdownConfig = useDropdownConfig;
//# sourceMappingURL=context.js.map
;