UNPKG

@udus/notion-renderer

Version:
3 lines (2 loc) 257 B
import { jsx as _jsx } from "react/jsx-runtime"; export const Link = ({ prefix = "", link, children = null }) => (_jsx("a", { href: `${prefix}${link}`, className: "notion-internal-link", target: "_blank", rel: "noopener noreferrer", children: children }));