UNPKG

@udus/notion-renderer

Version:
5 lines (4 loc) 219 B
import { jsx as _jsx } from "react/jsx-runtime"; export const Color = ({ richTextItem, children }) => { return (_jsx("span", { className: `notion-color-${richTextItem.annotations.color}`, children: children })); };