UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 179 B
import { ChildPageBlock } from '../types/childPage.types'; export declare const ChildPage: ({ block }: { block: ChildPageBlock; }) => import("react/jsx-runtime").JSX.Element;