UNPKG

@progress/kendo-react-dialogs

Version:

React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs package

22 lines (21 loc) 856 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use client"; import { Dialog as r, DialogPropsContext as i } from "./Dialog.mjs"; import { DialogActionsBar as e } from "./DialogActionsBar.mjs"; import { Window as p, WindowPropsContext as a, WindowWithoutContext as W } from "./Window.mjs"; import { WindowActionsBar as f } from "./WindowActionsBar.mjs"; export { r as Dialog, e as DialogActionsBar, i as DialogPropsContext, p as Window, f as WindowActionsBar, a as WindowPropsContext, W as WindowWithoutContext };