UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 562 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const SqueezeHorizontalAnimate: React.FC<IAnimationProps>; export declare const SqueezeHorizontalEaseAnimate: React.FC<IAnimationProps>; export declare const SqueezeHorizontalEaseInAnimate: React.FC<IAnimationProps>; export declare const SqueezeHorizontalEaseOutAnimate: React.FC<IAnimationProps>; export declare const SqueezeHorizontalEaseInOutAnimate: React.FC<IAnimationProps>; export declare const SqueezeHorizontalLinearAnimate: React.FC<IAnimationProps>;