@progress/kendo-react-layout
Version:
React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package
44 lines (43 loc) • 957 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: {
primary: string;
secondary: string;
tertiary: string;
info: string;
success: string;
warning: string;
error: string;
dark: string;
light: 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;
};