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