UNPKG

antd-mobile-taro-ui

Version:

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

9 lines (8 loc) 267 B
/// <reference types="react" /> import { RadioValue } from '.'; export declare const RadioGroupContext: import("react").Context<{ value: RadioValue[]; disabled: boolean; check: (val: RadioValue) => void; uncheck: (val: RadioValue) => void; } | null>;