UNPKG

@udus/notion-renderer

Version:
5 lines (4 loc) 169 B
import { jsx as _jsx } from "react/jsx-runtime"; export const Italic = ({ children }) => { return _jsx("em", { className: "notion-italic", children: children }); };