UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

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