export default [ { title: '对话框原子', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/modal-1.png', schema: { componentName: 'PisellModal', props: { open: true, destroyOnClose: true, footer: { "type": "JSSlot", "id": "node_oclzi7roj61" }, title: { "type": "JSSlot", "id": "node_oclzi7roj62" } }, children: [], }, }, { title: 'pisell普通型', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/modal-1.png', schema: { componentName: 'PisellModal', props: { title: 'Basic Modal', okText: '确认', cancelText: '取消', open: true, footer: null, destroyOnClose: true, }, children: [], }, }, ];