UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

77 lines (76 loc) 2.19 kB
export declare const Size: { readonly undefined: undefined; readonly xsmall: "xsmall"; readonly small: "small"; readonly medium: "medium"; readonly large: "large"; readonly xlarge: "xlarge"; readonly xxlarge: "xxlarge"; readonly xxxlarge: "xxxlarge"; }; export declare const Roundness: { readonly undefined: undefined; readonly none: "none"; readonly small: "small"; readonly medium: "medium"; readonly large: "large"; readonly full: "full"; }; export declare const FillMode: { readonly undefined: undefined; readonly solid: "solid"; readonly flat: "flat"; readonly outline: "outline"; readonly clear: "clear"; readonly link: "link"; }; export declare const IconVariant: { readonly undefined: undefined; readonly outline: "outline"; readonly solid: "solid"; readonly duotone: "duotone"; }; export declare const ThemeColor: { readonly undefined: undefined; readonly inherit: "inherit"; readonly base: "base"; readonly primary: "primary"; readonly secondary: "secondary"; readonly tertiary: "tertiary"; readonly info: "info"; readonly success: "success"; readonly warning: "warning"; readonly error: "error"; readonly inverse: "inverse"; }; export declare const States: { readonly open: "open"; readonly hover: "hover"; readonly focus: "focus"; readonly active: "active"; readonly selected: "selected"; readonly disabled: "disabled"; readonly valid: "valid"; readonly invalid: "invalid"; readonly loading: "loading"; readonly required: "required"; readonly empty: "empty"; readonly indeterminate: "indeterminate"; readonly checked: "checked"; readonly readonly: "readonly"; readonly highlighted: "highlighted"; readonly generating: "generating"; readonly expanded: "expanded"; }; export declare const kendoThemeMaps: { readonly calloutMap: { readonly top: "n"; readonly bottom: "s"; readonly left: "w"; readonly right: "e"; }; readonly orientationMap: { readonly vertical: "vstack"; readonly horizontal: "hstack"; }; };