import { SnippetsType } from '@chamn/model'; export const snippets: SnippetsType[] = [ { title: '基础输入框', snapshot: 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_button.png', description: '我是 antd 的 Input 组件', schema: { props: {}, children: [], }, }, ];