UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

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