UNPKG

@udus/notion-renderer

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