export default [ { title: '多行文本输入', screenshot: require('../../assets/textarea.png'), schema: { componentName: 'AMTextArea', props: { row: 4, showCount: true, maxLength: 300, placeholder: '请输入', }, }, }, ];