UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

6 lines 347 B
import { jsx as _jsx } from "react/jsx-runtime"; export default function Link(_a) { var href = _a.href, children = _a.children, className = _a.className; return (_jsx("a", { href: href, target: "_blank", rel: "noopener noreferrer", className: "hover:underline ".concat(className), children: children })); } //# sourceMappingURL=Link.js.map