import { ComponentMetadata, Snippet } from '@alilc/lowcode-types'; const PisellTextMeta: ComponentMetadata = { "componentName": "PisellText", "title": "PisellText", "docUrl": "", "screenshot": "", "devMode": "proCode", "npm": { "package": "@pisell/materials", "version": "1.0.364", "exportName": "PisellText", "main": "src/index.tsx", "destructuring": true, "subName": "" }, "props": [ { name: 'children', title: { label: '当前值', tip: '当前值' }, propType: 'string', setter: 'StringSetter' }, ], "configure": { "supports": {}, "component": {} } }; const snippets: Snippet[] = [ { "title": "PisellText", "screenshot": "", "schema": { "componentName": "PisellText", "props": {} } } ]; export default { ...PisellTextMeta, snippets };