export default { componentName: 'Descriptions.Item', title: '描述列表项', npm: { package: 'eaa-material', version: '0.1.1', exportName: 'Descriptions', main: 'src/index.tsx', destructuring: true, subName: 'Item', }, props: [ { name: 'key', title: { label: 'key', tip: 'key', }, propType: 'string', }, { name: 'tab', title: { label: '标题', tip: '标题', }, propType: 'string', }, ], configure: { component: { isContainer: true }, supports: { style: true }, }, };