import { snippets } from './snippets'; import props from './propsSchema'; import { InputSource, takeIcon } from '../icons'; const FormilyCheckboxMeta = { componentName: 'FormilyCheckbox', title: 'Checkbox', group: 'FormilyAntdMobile', category: '输入组件', npm: { package: 'formily-antd-mobile-materials', version: 'latest', exportName: 'FormilyCheckbox', main: '', destructuring: true, subName: '', }, configure: { props, supports: { style: true, }, }, advanced: {}, icon: takeIcon(InputSource), }; export default { ...FormilyCheckboxMeta, snippets, };