UNPKG

@udus/notion-renderer

Version:
8 lines 241 B
import type { DatabaseObject } from "../../../types/notion/database.js"; import type { FC } from "react"; type Props = { database: DatabaseObject; }; export declare const Header: FC<Props>; export {}; //# sourceMappingURL=Header.d.ts.map