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