@progress/kendo-react-layout
Version:
React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package
66 lines (65 loc) • 1.6 kB
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 POPUP_SETTINGS_RTL: {
downward: {
anchorAlign: {
vertical: string;
horizontal: string;
};
popupAlign: any;
collision: {
vertical: string;
horizontal: string;
};
animationDirection: string;
};
leftward: {
anchorAlign: {
vertical: string;
horizontal: string;
};
popupAlign: any;
collision: {
vertical: string;
horizontal: string;
};
animationDirection: string;
};
};
/**
* @hidden
*/
export declare const POPUP_SETTINGS: {
downward: {
anchorAlign: {
vertical: string;
horizontal: string;
};
popupAlign: any;
collision: {
vertical: string;
horizontal: string;
};
animationDirection: string;
};
rightward: {
anchorAlign: {
vertical: string;
horizontal: string;
};
popupAlign: any;
collision: {
vertical: string;
horizontal: string;
};
animationDirection: string;
};
};