UNPKG

@angeloreppucci/ant-design-pro-layout

Version:

ant-design-pro layout, easy to use pro scaffolding.

13 lines (12 loc) 299 B
import React from 'react'; export interface BlockCheckboxProps { value: string; onChange: (key: string) => void; list?: { title: string; key: string; url: string; }[]; } declare const BlockCheckbox: React.FC<BlockCheckboxProps>; export default BlockCheckbox;