UNPKG

@udus/notion-renderer

Version:
7 lines 343 B
import type { RichTextItemType } from "../richText/richTextItem.js"; import type { ComponentProps, ComponentType } from "react"; export type BoldAnnotationItemProps = ComponentProps<"strong"> & { richTextItem?: RichTextItemType; }; export type BoldAnnotationItem = ComponentType<BoldAnnotationItemProps>; //# sourceMappingURL=bold.d.ts.map