UNPKG

@udus/notion-renderer

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