import { ComponentMetadata, Snippet } from '@alilc/lowcode-types'; const LowCodePageMeta: ComponentMetadata = { "componentName": "LowCodePage", "title": "LowCodePage", "docUrl": "", "screenshot": "", "devMode": "proCode", "npm": { "package": "@pisell/materials", "version": "1.0.165", "exportName": "LowCodePage", "main": "src/index.tsx", "destructuring": true, "subName": "" }, "configure": { "props": [ { "title": { "label": { "type": "i18n", "en-US": "id", "zh-CN": "id" } }, "name": "id", "setter": { "componentName": "NumberSetter", "isRequired": true, "initialValue": 0 } } ], "supports": { "style": true }, "component": {} } }; const snippets: Snippet[] = [ { "title": "LowCodePage", "screenshot": "", "schema": { "componentName": "LowCodePage", "props": {} } } ]; export default { ...LowCodePageMeta, snippets };