export default [ { title: '信息对话框', screenshot: require('./__screenshots__/pisell-modal.information.png'), schema: { componentName: 'PisellModal.Information', props: { title: 'Information title', describe: 'This is a Supporting text', okText: '确认', cancelText: '取消', open: true, }, children: [], }, }, ];