UNPKG

notion-block-renderer

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