@udus/notion-renderer
Version:

7 lines • 517 B
TypeScript
import type { PropertyItemProps } from "./properties.js";
import type { PhoneNumberPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
import type { ComponentType } from "react";
export type PhoneNumberPropertyItemObject = PhoneNumberPropertyItemObjectResponse;
export type PhoneNumberPropertyItemProps = PropertyItemProps<PhoneNumberPropertyItemObject>;
export type PhoneNumberPropertyItemComponent = ComponentType<PhoneNumberPropertyItemProps>;
//# sourceMappingURL=phoneNumber.d.ts.map