UNPKG

@progress/kendo-angular-dialog

Version:
12 lines (11 loc) 707 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { AnimationMetadata } from '@angular/animations'; import { AnimationDirection } from '@progress/kendo-angular-popup'; import { DialogAnimationType } from '../../common/animation-types'; /** * @hidden */ export declare function animations(duration: number, direction: AnimationDirection, animationType: DialogAnimationType): AnimationMetadata[];