UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

11 lines (8 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RadioGroupContext = void 0; var _react = require("react"); const RadioGroupContext = (0, _react.createContext)(null); exports.RadioGroupContext = RadioGroupContext;