UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 195 B
import { ChildDatabaseBlock } from '../types/childDatabase.types'; export declare const ChildDatabase: ({ block }: { block: ChildDatabaseBlock; }) => import("react/jsx-runtime").JSX.Element;