@udus/notion-renderer
Version:

11 lines • 445 B
TypeScript
import type { AnnotationItemMapper } from "../../../types/notion/mapper/annotationItem.js";
import type { RichTextItemType } from "../../../types/notion/richText/richTextItem.js";
import type { ReactNode } from "react";
type Props = {
richTextItem: RichTextItemType;
children: ReactNode;
annotationMapper?: AnnotationItemMapper;
};
export declare const Annotation: React.FC<Props>;
export {};
//# sourceMappingURL=Annotation.d.ts.map