UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 163 B
import { VideoBlock } from '../types/video.types'; export declare const Video: ({ block }: { block: VideoBlock; }) => import("react/jsx-runtime").JSX.Element;