UNPKG

antd-mobile

Version:

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

10 lines (9 loc) 302 B
import { ReactNode } from 'react'; export declare const CheckListContext: import("react").Context<{ value: string[]; check: (val: string) => void; uncheck: (val: string) => void; activeIcon?: ReactNode; disabled?: boolean | undefined; readOnly?: boolean | undefined; } | null>;