@progress/kendo-react-dialogs
Version:
React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs package
21 lines (20 loc) • 769 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const o = "dialogs.windowMaximizeButton", i = "dialogs.windowMinimizeButton", t = "dialogs.windowRestoreButton", n = "dialogs.windowCloseButton", s = {
[ ]: "maximize",
[ ]: "minimize",
[ ]: "restore",
[ ]: "close"
};
export {
n as dialogsWindowCloseButton,
o as dialogsWindowMaximizeButton,
i as dialogsWindowMinimizeButton,
t as dialogsWindowRestoreButton,
s as messages
};