@progress/kendo-angular-dialog
Version:
Dialog Package for Angular
12 lines (11 loc) • 695 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { AnimationBuilder } from "@angular/animations";
import { ElementRef } from "@angular/core";
import { DialogAnimation } from "../models";
/**
* @hidden
*/
export declare const animateContent: (animation: boolean | DialogAnimation, defAnimationConfig: DialogAnimation, animatedElement: ElementRef, builder: AnimationBuilder) => void;