devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
23 lines (19 loc) • 556 B
TypeScript
/**
* DevExtreme (animation/fx.d.ts)
* Version: 24.2.6
* Build date: Mon Mar 17 2025
*
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
import { fx, AnimationConfig } from '../common/core/animation';
export {
AnimationState,
AnimationConfig,
AnimationType,
} from '../common/core/animation';
/**
* @deprecated Use the AnimationConfig type from common/core/animation instead
*/
export type animationConfig = AnimationConfig;
export default fx;