UNPKG

@cocalc/static

Version:

CoCalc's static frontend Webpack-based build system and framework

8 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function A({ href, children, style }) { return ((0, jsx_runtime_1.jsx)("a", { href: href, target: "_blank", rel: "noopener", style: { textDecoration: "none", ...style }, children: children })); } exports.default = A; //# sourceMappingURL=link.js.map