UNPKG

@udus/notion-renderer

Version:
5 lines (4 loc) 174 B
import { jsx as _jsx } from "react/jsx-runtime"; export const Underline = ({ children }) => { return _jsx("u", { className: "notion-underline", children: children }); };