@progress/kendo-vue-layout
Version:
39 lines (38 loc) • 859 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
*/
export declare const THEME_COLOR_CLASSES: {
base: string;
primary: string;
secondary: string;
tertiary: string;
inverse: string;
};
/**
* @hidden
*/
export declare const FILL_CLASSES: {
flat: string;
solid: string;
};
/**
* @hidden
*/
export declare const ITEM_FLOW_CLASSES: {
vertical: string;
horizontal: string;
};
/**
* @hidden
*/
export declare const POSITION_MODE_CLASSES: {
fixed: string;
sticky: string;
};