export default { componentName: 'Descriptions.Item', title: '描述列表项', group: "基础组件", props: [ { name: 'key', title: { label: 'key', tip: 'key', }, propType: 'string', }, { name: 'label', title: { label: '标题', tip: 'label | 内容的描述', }, propType: 'string', }, ], configure: { component: { isContainer: true }, supports: { style: true }, }, };