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