import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'; const ColorfulInputMeta: IPublicTypeComponentMetadata = { "componentName": "ColorfulInput", "title": "ColorfulInput", "docUrl": "", "screenshot": "", "devMode": "proCode", "npm": { "package": "abb-lowcode-materials", "version": "0.3.0", "exportName": "ColorfulInput", "main": "src\\index.tsx", "destructuring": true, "subName": "" }, "configure": { "props": [ { "title": { "label": { "type": "i18n", "en-US": "color", "zh-CN": "color" } }, "name": "color", "setter": { "componentName": "StringSetter", "isRequired": false, "initialValue": "" } } ], "supports": { "style": true }, "component": {} } }; const snippets: IPublicTypeSnippet[] = [ { "title": "ColorfulInput", "screenshot": "", "schema": { "componentName": "ColorfulInput", "props": {} } } ]; export default { ...ColorfulInputMeta, snippets };