export default [ { title: '提交按钮', screenshot: require('../button/__screenshots__/button-1.png'), schema: { title: '提交按钮', componentName: 'SubmitButton', props: { type: 'primary', childrenString: { type: 'i18n', en: 'Submit', 'zh-CN': '提交', 'zh-HK': '提交', }, status: 'normal', afterSubmitType: 'none', refreshData: true, }, }, }, ];