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