UNPKG

@udus/notion-renderer

Version:
5 lines (4 loc) 216 B
import { jsx as _jsx } from "react/jsx-runtime"; export const LinkText = ({ richTextText }) => { return (_jsx("a", { className: "notion-link", href: richTextText.link?.url, children: richTextText.content })); };