UNPKG

@udus/notion-renderer

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