UNPKG

@ant-design/pro-layout

Version:
14 lines (13 loc) 331 B
import React from 'react'; export declare type BlockCheckboxProps = { value: string; onChange: (key: string) => void; list?: { title: string; key: string; }[]; configType: string; prefixCls: string; }; declare const BlockCheckbox: React.FC<BlockCheckboxProps>; export default BlockCheckbox;