UNPKG

@progress/kendo-angular-popup

Version:

Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.

18 lines (17 loc) 1.05 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { Align } from './models/align.interface'; export { Collision } from './models/collision.interface'; export { Offset } from './models/offset.interface'; export { Margin } from './models/margin.interface'; export { PopupSettings } from './models/popup-settings'; export { PopupRef } from './models/popup-ref'; export { PositionMode } from './models/position-mode'; export { PopupAnimation, AnimationType, AnimationDirection } from './models/popup-animation.interface'; export { PopupService, POPUP_CONTAINER } from './popup.service'; export { PopupComponent } from './popup.component'; export { PopupModule } from './popup.module'; export { SCALE } from './scale'; export * from './directives';