UNPKG

@progress/kendo-angular-menu

Version:

Kendo UI Angular Menu component

63 lines (62 loc) 1.5 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * @hidden */ export declare const POPUP_SETTINGS_RTL: { vertical: { anchor: { vertical: string; horizontal: string; }; popup: any; collision: { vertical: string; horizontal: string; }; animate: string; }; horizontal: { anchor: { vertical: string; horizontal: string; }; popup: any; collision: { vertical: string; horizontal: string; }; animate: string; }; }; /** * @hidden */ export declare const POPUP_SETTINGS: { vertical: { anchor: { vertical: string; horizontal: string; }; popup: any; collision: { vertical: string; horizontal: string; }; animate: string; }; horizontal: { anchor: { vertical: string; horizontal: string; }; popup: any; collision: { vertical: string; horizontal: string; }; animate: string; }; };