UNPKG

@udus/notion-renderer

Version:
4 lines (3 loc) 299 B
import { jsx as _jsx } from "react/jsx-runtime"; import { RichText } from "../RichText/RichText.js"; export const TitleProperty = ({ propertyItem }) => (_jsx("h1", { id: propertyItem.id, className: "notion-property-item notion-title", children: _jsx(RichText, { richText: propertyItem.title }) }));