UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 159 B
import { FileBlock } from '../types/file.types'; export declare const File: ({ block }: { block: FileBlock; }) => import("react/jsx-runtime").JSX.Element;