UNPKG

@udus/notion-renderer

Version:
7 lines 358 B
import type { RichTextItemType } from "../richText/richTextItem.js"; import type { ComponentProps, ComponentType } from "react"; export type UnderlineAnnotationItemProps = ComponentProps<"u"> & { richTextItem?: RichTextItemType; }; export type UnderlineAnnotationItem = ComponentType<UnderlineAnnotationItemProps>; //# sourceMappingURL=underline.d.ts.map