UNPKG

@udus/notion-renderer

Version:
7 lines 246 B
import type { BlockMapper } from "../../types/notion/mapper/block.js"; import type { FC, ReactNode } from "react"; export declare const BlockProvider: FC<{ mapper?: BlockMapper; children: ReactNode; }>; //# sourceMappingURL=Block.d.ts.map