UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

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