UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

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