UNPKG

@alicloud/console-components

Version:

Alibaba Cloud React Components

14 lines (13 loc) 505 B
/** * title: "带跳转外链" * description: "" */ import React from 'react'; import { Message, Icon } from '@alicloud/console-components'; export default (function () { return (React.createElement(Message, { closeable: true, type: "notice" }, "\u8FD0\u8425\u7C7B\u4FE1\u606F\u6216\u63D0\u793A\u7C7B\u4FE1\u606F ", React.createElement("a", { href: "/" }, "\u5916\u8DF3\u94FE\u63A5 ", React.createElement(Icon, { size: "xs", type: "external-link" })))); });