UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 550 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const SqueezeVerticalAnimate: React.FC<IAnimationProps>; export declare const SqueezeVerticalEaseAnimate: React.FC<IAnimationProps>; export declare const SqueezeVerticalEaseInAnimate: React.FC<IAnimationProps>; export declare const SqueezeVerticalEaseOutAnimate: React.FC<IAnimationProps>; export declare const SqueezeVerticalEaseInOutAnimate: React.FC<IAnimationProps>; export declare const SqueezeVerticalLinearAnimate: React.FC<IAnimationProps>;