import { ComponentMetadata, Snippet } from '@alilc/lowcode-types'; const UcmlFlowVCMeta: ComponentMetadata = { "componentName": "UcmlFlowVC", "title": "UcmlFlowVC", "docUrl": "", "screenshot": "", "devMode": "proCode", category: '流程', group: '基础组件', "npm": { "package": "my-ucmlcode-material", "version": "0.1.96", "exportName": "UcmlFlowVC", "main": "src/index.tsx", "destructuring": true, "subName": "" }, props: [ ], configure: { supports: { events: [ ], style: true, }, }, }; const snippets: Snippet[] = [ { "title": "流程办理", "screenshot": "https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_message.png", "schema": { "componentName": "UcmlFlowVC", "props": { } } } ]; export default { ...UcmlFlowVCMeta, snippets };