UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 520 B
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>;