@progress/kendo-react-popup
Version:
React Popup positions a piece of content next to a specific anchor component. KendoReact Popup package
13 lines (12 loc) • 701 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { PopupAnimationType, PopupAnimationDirection } from './models/PopupAnimation.js';
/**
* @hidden
*/
export declare const animations: (element: HTMLElement, duration: number, type: 'enter' | 'exit', callback: Function, popupClasses: any, animationType: PopupAnimationType, direction?: PopupAnimationDirection) => any;