UNPKG

@udus/notion-renderer

Version:
5 lines (4 loc) 203 B
import { jsx as _jsx } from "react/jsx-runtime"; export const Title = ({ title }) => { return (_jsx("h1", { className: "notion-title", children: title.map((item) => item.plain_text).join("") })); };