UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

8 lines (7 loc) 188 B
import { BaseBlock } from './base.types'; export interface TableOfContentsBlock extends BaseBlock { type: "table_of_contents"; table_of_contents: { color: string; }; }