export default [ { title: 'Button 查找', screenshot: '', schema: { componentName: 'PisellFind', props: { triggerType: 'button', buttonText: 'Find', }, }, }, { title: 'Input 查找', screenshot: '', schema: { componentName: 'PisellFind', props: { triggerType: 'input', placeholder: '搜索内容', }, }, }, { title: '带历史记录查找', screenshot: '', schema: { componentName: 'PisellFind', props: { triggerType: 'button', buttonText: 'Find', showHistory: true, maxHistoryCount: 10, }, }, }, ];