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.3", exportName: "LowCodePage", main: "src/index.tsx", destructuring: true, subName: "", }, props: [ { title: "id", name: "id", setter: ["StringSetter","VariableSetter"], }, ], configure: { supports: { style: false, }, component: { isContainer: false, }, }, }; const snippets: Snippet[] = [ { title: "LowCodePage", screenshot: "", schema: { componentName: "LowCodePage", props: {}, }, }, ]; export default { ...LowCodePageMeta, snippets, };