UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

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