@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
17 lines (12 loc) • 513 B
JavaScript
;
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