UNPKG

@udus/notion-renderer

Version:
4 lines 331 B
import type { TextRichTextItemObject } from "../../../types/notion/richText/text.js"; import type { TextRichTextItemResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const convertTextRichTextItemResponse: (response: TextRichTextItemResponse) => TextRichTextItemObject; //# sourceMappingURL=text.d.ts.map