UNPKG

@udus/notion-renderer

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