UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

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