UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 163 B
import { EmbedBlock } from '../types/embed.types'; export declare const Embed: ({ block }: { block: EmbedBlock; }) => import("react/jsx-runtime").JSX.Element;