UNPKG

@udus/notion-renderer

Version:
5 lines 408 B
import type { Heading3BlockObject } from "../../../../types/notion/block/heading3.js"; import type { Client } from "@notionhq/client"; import type { Heading3BlockObjectResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const convertHeading3ResponseToBlock: (block: Heading3BlockObjectResponse, client: Client) => Promise<Heading3BlockObject>; //# sourceMappingURL=heading3.d.ts.map