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