UNPKG

ze-react-component-library

Version:
21 lines (19 loc) 651 B
import "antd/es/button/style"; import _Button from "antd/es/button"; import "antd/es/tooltip/style"; import _Tooltip from "antd/es/tooltip"; import React from "react"; import { RightOutlined } from "@ant-design/icons"; var DetailLink = function DetailLink(_a) { var schemaID = _a.schemaID, id = _a.id; return /*#__PURE__*/React.createElement(_Tooltip, { title: "\u8BE6\u60C5", zIndex: 2001 }, /*#__PURE__*/React.createElement(_Button, { icon: /*#__PURE__*/React.createElement(RightOutlined, null), href: (window.publicPath || "/") + "data/" + schemaID + "/" + id, target: "_blank" })); }; export default DetailLink;