UNPKG

@udus/notion-renderer

Version:
7 lines 287 B
import type { AnnotationItemMapper } from "../../types/notion/mapper/annotationItem.js"; import type { FC, ReactNode } from "react"; export declare const AnnotationItemProvider: FC<{ mapper?: AnnotationItemMapper; children: ReactNode; }>; //# sourceMappingURL=Annotation.d.ts.map