@udus/notion-renderer
Version:

7 lines • 477 B
TypeScript
import type { PropertyItemProps } from "./properties.js";
import type { NumberPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
import type { ComponentType } from "react";
export type NumberPropertyItemObject = NumberPropertyItemObjectResponse;
export type NumberPropertyItemProps = PropertyItemProps<NumberPropertyItemObject>;
export type NumberPropertyItemComponent = ComponentType<NumberPropertyItemProps>;
//# sourceMappingURL=number.d.ts.map