@udus/notion-renderer
Version:

7 lines • 389 B
TypeScript
/// <reference types="react" />
import type { MentionRichTextItemObject } from "../../types/notion/richText/mention.js";
import type { RichTextItemProps } from "../../types/notion/richText/richTextItem.js";
type Props = Omit<RichTextItemProps<MentionRichTextItemObject>, "richTextItemMapper">;
export declare const Mention: React.FC<Props>;
export {};
//# sourceMappingURL=Mention.d.ts.map