@udus/notion-renderer
Version:

10 lines • 334 B
TypeScript
import type { DatabaseObject } from "../../../types/notion/database.js";
import type { PageObject } from "../../../types/notion/page.js";
import type { FC } from "react";
type Props = {
database: DatabaseObject;
pages: Array<PageObject>;
};
export declare const Table: FC<Props>;
export {};
//# sourceMappingURL=Table.d.ts.map