UNPKG

@progress/kendo-vue-dialogs

Version:
14 lines (13 loc) 806 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { Dialog, DialogProps } from './Dialog.js'; import { DialogActionsBar } from './DialogActionsBar.js'; import { Window } from './Window.js'; import { WindowProps } from './WindowProps.js'; import { DialogCloseEvent, WindowActionsEvent, WindowMoveEvent } from './events.js'; export { Dialog, type DialogProps, DialogActionsBar, type DialogCloseEvent, Window, type WindowProps, type WindowActionsEvent, type WindowMoveEvent };