UNPKG

react-notion-super-renderer

Version:
4 lines (3 loc) 174 B
import React from "react"; import type { BlockObjectResponse } from "@notionhq/client"; export declare function renderBlocks(blocks: BlockObjectResponse[]): React.ReactNode;