UNPKG

antd-mobile-taro-ui

Version:

以antd-mobile为设计标准,基于taro框架的微信小程序组件库

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;