UNPKG

notion-block-renderer

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