@udus/notion-renderer
Version:

7 lines • 517 B
TypeScript
import type { PropertyItemProps } from "./properties.js";
import type { MultiSelectPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
import type { ComponentType } from "react";
export type MultiSelectPropertyItemObject = MultiSelectPropertyItemObjectResponse;
export type MultiSelectPropertyItemProps = PropertyItemProps<MultiSelectPropertyItemObject>;
export type MultiSelectPropertyItemComponent = ComponentType<MultiSelectPropertyItemProps>;
//# sourceMappingURL=multiSelect.d.ts.map