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