module.exports = { group: '原子组件', componentName: 'CardContent', title: 'CardContent', docUrl: '', screenshot: '', npm: { package: '@anfait/lowcode-materials', version: '{{version}}', exportName: 'Card', main: '', destructuring: true, subName: 'Content', }, props: [ { name: 'prefix', propType: 'string', defaultValue: 'next-', }, { name: 'component', propType: { type: 'instanceOf', value: 'elementType', }, description: '设置标签类型', defaultValue: 'div', }, { name: 'className', propType: 'string', }, { name: 'style', propType: 'object', }, ], category: '基础', };