@progress/kendo-vue-layout
Version:
62 lines (61 loc) • 1.45 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;
};
};
leftward: {
anchorAlign: {
vertical: string;
horizontal: string;
};
popupAlign: any;
collision: {
vertical: string;
horizontal: string;
};
};
};
/**
* @hidden
*/
export declare const POPUP_SETTINGS: {
downward: {
anchorAlign: {
vertical: string;
horizontal: string;
};
popupAlign: any;
collision: {
vertical: string;
horizontal: string;
};
};
rightward: {
anchorAlign: {
vertical: string;
horizontal: string;
};
popupAlign: any;
collision: {
vertical: string;
horizontal: string;
};
};
};