UNPKG

@udus/notion-renderer

Version:
7 lines 493 B
import type { PropertyItemProps } from "./properties.js"; import type { UniqueIdPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js"; import type { ComponentType } from "react"; export type UniqueIdPropertyItemObject = UniqueIdPropertyItemObjectResponse; export type UniqueIdPropertyItemProps = PropertyItemProps<UniqueIdPropertyItemObject>; export type UniqueIdPropertyItemComponent = ComponentType<UniqueIdPropertyItemProps>; //# sourceMappingURL=uniqueId.d.ts.map