mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 10:08:43 +08:00
15 lines
207 B
TypeScript
15 lines
207 B
TypeScript
export default {
|
|
'id': '304004',
|
|
'name': 'ddei.uml.component',
|
|
'code': 'comp',
|
|
'desc': 'UML的组件',
|
|
'from': '305001',
|
|
|
|
'define': {
|
|
width: 140,
|
|
height: 80,
|
|
text: "Component"
|
|
}
|
|
|
|
}
|