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