UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 182 B
import { TableRowBlock } from '../types/tableRow.types'; export declare const TableRow: ({ block }: { block: TableRowBlock; }) => import("react/jsx-runtime").JSX.Element | null;