UNPKG

antd-mobile

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