UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 207 B
import { NumberedListItemBlock } from '../types/numberedListItem.types'; export declare const NumberedListItem: ({ block }: { block: NumberedListItemBlock; }) => import("react/jsx-runtime").JSX.Element;