UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

30 lines (29 loc) 771 B
export declare class GeneralRowSettings { rowWidthType: string; rowWidthValue: string; marginTop: string; marginBottom: string; paddingTop: string; paddingBottom: string; paddingLeft: string; paddingRight: string; backgroundColor: string; backgroundImage?: string; backgroundPosition?: string; } export declare class Responsiveness { lg: number; md: number; sm: number; xs: number; } export declare class Positioning { direction: "horizontal" | "vertical"; alignment: "left" | "right" | "center" | "top" | "middle" | "bottom"; } export declare class PageRowSettings { layout: string; general: GeneralRowSettings; responsiveness: Array<Responsiveness>; positioning: Array<Positioning>; }