UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

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