@progress/kendo-react-dialogs
Version:
React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs package
16 lines (15 loc) • 677 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 DATA_DIALOGS_ID = "data-windowid";
/** @hidden */
export declare const DEFAULT_DIALOGS_ZINDEX = 10002;
/** @hidden */
export declare const ZINDEX_DIALOGS_STEP = 2;
/** @hidden */
export declare const DIALOGS_SELECTOR = ".k-window:not(.k-dialog), .k-dialog-wrapper";