@udus/notion-renderer
Version:

7 lines • 501 B
TypeScript
import type { PropertyItemProps } from "./properties.js";
import type { CreatedByPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
import type { ComponentType } from "react";
export type CreatedByPropertyItemObject = CreatedByPropertyItemObjectResponse;
export type CreatedByPropertyItemProps = PropertyItemProps<CreatedByPropertyItemObject>;
export type CreatedByPropertyItemComponent = ComponentType<CreatedByPropertyItemProps>;
//# sourceMappingURL=createdBy.d.ts.map