UNPKG

@udus/notion-renderer

Version:
7 lines 277 B
import type { RichTextItemMapper } from "../../types/notion/mapper/richTextItem.js"; import type { FC, ReactNode } from "react"; export declare const RichTextItemProvider: FC<{ mapper?: RichTextItemMapper; children: ReactNode; }>; //# sourceMappingURL=RichText.d.ts.map