@udus/notion-renderer
Version:

4 lines • 316 B
TypeScript
import type { PageObject } from "../../../types/notion/page.js";
import type { TitlePropertyItemObject } from "../../../types/notion/property/title.js";
export declare const TableTitle: (title: TitlePropertyItemObject, page: PageObject) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Title.d.ts.map