UNPKG

@udus/notion-renderer

Version:
5 lines (4 loc) 180 B
import { jsx as _jsx } from "react/jsx-runtime"; export const InlineCode = ({ children }) => { return _jsx("code", { className: "notion-inline-code", children: children }); };