@progress/kendo-angular-notification
Version:
Kendo UI Notification for Angular
21 lines (20 loc) • 721 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export declare function slideAnimation(height: number, duration: number): any;
/**
* @hidden
*/
export declare function slideCloseAnimation(height: number, duration: number): any;
/**
* @hidden
*/
export declare function fadeAnimation(duration: number): any;
/**
* @hidden
*/
export declare function fadeCloseAnimation(duration: number): any;