import { ComponentMetadata, Snippet } from '@alilc/lowcode-types'; const EcoCupListMeta: ComponentMetadata = { componentName: 'EcoCupList', title: 'EcoCupList', docUrl: '', screenshot: '', devMode: 'proCode', npm: { package: '@pisell/private-materials', version: '1.0.0', exportName: 'EcoCupList', main: 'src/index.tsx', destructuring: true, subName: '', }, props: [], configure: { props: [], supports: { style: true, }, component: {}, }, }; const snippets: Snippet[] = [ { title: 'EcoCupList', screenshot: '', schema: { componentName: 'EcoCupList', props: {}, }, }, ]; export default { ...EcoCupListMeta, snippets };