import { Snippet } from '@alilc/lowcode-types'; const snippets: any[] = [ { title: '钱包编辑器', screenshot: '', schema: { componentName: 'WalletEditor' }, }, ]; export default snippets;