UNPKG

@udus/notion-renderer

Version:
5 lines (4 loc) 184 B
import { jsx as _jsx } from "react/jsx-runtime"; export const Strikethrough = ({ children }) => { return _jsx("del", { className: "notion-strikethrough", children: children }); };