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