UNPKG

@udus/notion-renderer

Version:
7 lines 374 B
/// <reference types="react" /> import type { RichTextItemProps } from "../../types/notion/richText/richTextItem.js"; import type { TextRichTextItemObject } from "../../types/notion/richText/text.js"; type Props = Omit<RichTextItemProps<TextRichTextItemObject>, "richTextItemMapper">; export declare const Text: React.FC<Props>; export {}; //# sourceMappingURL=Text.d.ts.map