UNPKG

antd-mobile

Version:

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

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>;