UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

8 lines (7 loc) 180 B
import { BaseBlock } from './base.types'; export interface ChildDatabaseBlock extends BaseBlock { type: "child_database"; child_database: { title: string; }; }