UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 175 B
import { EquationBlock } from '../types/equation.types'; export declare const Equation: ({ block }: { block: EquationBlock; }) => import("react/jsx-runtime").JSX.Element;