UNPKG

notion-block-renderer

Version:
7 lines (6 loc) 194 B
import { FC } from "react"; import { BlockProps } from "../types/props"; declare const NotionBlockCore: FC<BlockProps & { blocks?: BlockProps["block"][]; }>; export default NotionBlockCore;