UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

8 lines (7 loc) 267 B
import { PropertyDefinition } from "../property-definition"; /** * Boolean property definition. */ export declare class BooleanPropertyDefinition extends PropertyDefinition { constructor(name: string, init?: Omit<Partial<BooleanPropertyDefinition>, "name">); }