UNPKG

notion-block-renderer

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