oadp-material
Version:
oadp-material
54 lines • 1.48 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
var OadpCardBulletHeaderMeta = {
"componentName": "OadpCardBulletHeader",
"title": "卡片内容标题",
"docUrl": "",
"category": "高级组件",
"group": "低代码组件",
"screenshot": "https://img.alicdn.com/imgextra/i4/O1CN01E2PcPW1bKJV5QUVMg_!!6000000003446-55-tps-50-50.svg",
"devMode": "proCode",
"npm": {
"package": "oadp-material",
"version": "{{version}}",
"exportName": "OadpCardBulletHeader",
"main": "src/index.tsx",
"destructuring": true,
"subName": ""
},
"configure": {
"props": [{
"name": "title",
"title": {
"label": {
"type": "i18n",
"zh_CN": "卡片内容标题",
"en_US": "title"
},
"tip": {
"type": "i18n",
"zh_CN": "属性: title | 说明: 卡片内容标题",
"en_US": "prop: title | description: title content"
}
},
"setter": "StringSetter",
"description": "卡片内容标题"
}],
"supports": {
"style": true
},
"component": {}
}
};
var snippets = [{
"title": "卡片内容标题",
"screenshot": "https://img.alicdn.com/imgextra/i4/O1CN01E2PcPW1bKJV5QUVMg_!!6000000003446-55-tps-50-50.svg",
"schema": {
"componentName": "OadpCardBulletHeader",
"props": {
"title": "卡片内容标题"
}
}
}];
export default _extends({}, OadpCardBulletHeaderMeta, {
snippets: snippets
});