UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

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