import { ComponentMetadata, Snippet } from '@alilc/lowcode-types'; const EventBookingMeta: ComponentMetadata = { "componentName": "AppointmentBooking", "title": "客户端预约", "docUrl": "", "screenshot": "", "devMode": "proCode", "npm": { "package": "@pisell/private-materials", "version": "1.0.4", "exportName": "AppointmentBooking", "main": "src/index.ts", "destructuring": true, "subName": "" }, "configure": { "props": [ { "title": { "label": { "type": "i18n", "en-US": "title", "zh-CN": "title" } }, "name": "title", "setter": { "componentName": "StringSetter", "isRequired": true, "initialValue": "" } }, { "title": { "label": { "type": "i18n", "en-US": "style", "zh-CN": "style" } }, "name": "style", "setter": { "componentName": "MixedSetter", "isRequired": true, "props": {} } }, ], "supports": {}, "component": {} } }; const snippets: Snippet[] = [ { "title": "AppointmentBooking", "screenshot": "", "schema": { "componentName": "AppointmentBooking", "props": {} } } ]; export default { ...EventBookingMeta, snippets };