UNPKG

@udus/notion-renderer

Version:
5 lines (4 loc) 283 B
import { jsx as _jsx } from "react/jsx-runtime"; export const UrlProperty = ({ propertyItem }) => { return (_jsx("div", { id: propertyItem.id, className: "notion-property-item notion-url", children: _jsx("a", { href: propertyItem.url ?? "", children: propertyItem.url }) })); };