react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 550 B
TypeScript
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>;