UNPKG

@udus/notion-renderer

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