react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 520 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SqueezeMixAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixEaseAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixEaseInAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SqueezeMixLinearAnimate: React.FC<IAnimationProps>;