UNPKG

notion-block-renderer

Version:
5 lines (4 loc) 148 B
import { FC } from "react"; import { BlocksProps } from "../types/props"; declare const NotionBlocks: FC<BlocksProps>; export default NotionBlocks;