UNPKG

notion-block-renderer

Version:
4 lines (3 loc) 148 B
/// <reference types="react" /> import { BlockType } from "../types/types"; export declare const getBlocks: (blocks: BlockType[]) => JSX.Element[];