export default [ { title: '数字输入框', screenshot: 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_number-picker.png', schema: { componentName: 'NumberPicker', props: { prefix: 'next-', type: 'normal', size: 'medium', step: 1, editable: true, }, }, }, ];