UNPKG

antd-mobile-taro-ui

Version:

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

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