UNPKG

react-notion-blocks

Version:

A library for mapping Notion blocks to React components

5 lines (4 loc) 208 B
import { BulletedListItemBlock } from '../types/bulletedListItem.types'; export declare const BulletedListItem: ({ block, }: { block: BulletedListItemBlock; }) => import("react/jsx-runtime").JSX.Element;