UNPKG

@udus/notion-renderer

Version:
7 lines 525 B
import type { PropertyItemProps } from "./properties.js"; import type { LastEditedByPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js"; import type { ComponentType } from "react"; export type LastEditedByPropertyItemObject = LastEditedByPropertyItemObjectResponse; export type LastEditedByPropertyItemProps = PropertyItemProps<LastEditedByPropertyItemObject>; export type LastEditedByPropertyItemComponent = ComponentType<LastEditedByPropertyItemProps>; //# sourceMappingURL=lastEditedBy.d.ts.map