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