UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

4 lines (3 loc) 163 B
import { ReactNode } from 'react'; import { NotionBlock } from '../types'; export declare const blockMapper: (block: NotionBlock | undefined | null) => ReactNode;