UNPKG

@udus/notion-renderer

Version:
15 lines 474 B
import type { BlockBlockObject } from "../../types/notion/block/block.js"; import type { PageObject } from "../../types/notion/page.js"; import type { FC } from "react"; type Props = { page: PageObject; blocks?: Array<BlockBlockObject>; displayProperties?: Array<string>; hideProperties?: boolean; hideCover?: boolean; hideIcon?: boolean; hideTitle?: boolean; }; export declare const Page: FC<Props>; export {}; //# sourceMappingURL=Page.d.ts.map