UNPKG

@udus/notion-renderer

Version:
7 lines 493 B
import type { PropertyItemProps } from "./properties.js"; import type { CheckboxPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js"; import type { ComponentType } from "react"; export type CheckboxPropertyItemObject = CheckboxPropertyItemObjectResponse; export type CheckboxPropertyItemProps = PropertyItemProps<CheckboxPropertyItemObject>; export type CheckboxPropertyItemComponent = ComponentType<CheckboxPropertyItemProps>; //# sourceMappingURL=checkbox.d.ts.map