export default [ { title: '链接', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/typography-link-1.png', schema: { componentName: 'Typography.Link', props: { href: 'https://alibaba.com', target: '_blank', children: '链接', }, }, }, ];