@progress/kendo-vue-dialogs
Version:
33 lines (32 loc) • 1 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 dialogsWindowMaximizeButton = "dialogs.windowMaximizeButton";
/**
* @hidden
*/
export declare const dialogsWindowMinimizeButton = "dialogs.windowMinimizeButton";
/**
* @hidden
*/
export declare const dialogsWindowRestoreButton = "dialogs.windowRestoreButton";
/**
* @hidden
*/
export declare const dialogsWindowCloseButton = "dialogs.windowCloseButton";
/**
* @hidden
*/
export declare const messages: {
"dialogs.windowMaximizeButton": string;
"dialogs.windowMinimizeButton": string;
"dialogs.windowRestoreButton": string;
"dialogs.windowCloseButton": string;
};