@udus/notion-renderer
Version:

7 lines • 477 B
TypeScript
import type { PropertyItemProps } from "./properties.js";
import type { SelectPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
import type { ComponentType } from "react";
export type SelectPropertyItemObject = SelectPropertyItemObjectResponse;
export type SelectPropertyItemProps = PropertyItemProps<SelectPropertyItemObject>;
export type SelectPropertyItemComponent = ComponentType<SelectPropertyItemProps>;
//# sourceMappingURL=select.d.ts.map