UNPKG

@udus/notion-renderer

Version:
8 lines 235 B
import type { PageObject } from "../../../types/notion/page.js"; import type { FC } from "react"; type Props = { pages: Array<PageObject>; }; export declare const Gallery: FC<Props>; export {}; //# sourceMappingURL=Gallery.d.ts.map