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 ShakeHorizontalAnimate: React.FC<IAnimationProps>; export declare const ShakeHorizontalEaseAnimate: React.FC<IAnimationProps>; export declare const ShakeHorizontalEaseInAnimate: React.FC<IAnimationProps>; export declare const ShakeHorizontalEaseOutAnimate: React.FC<IAnimationProps>; export declare const ShakeHorizontalEaseInOutAnimate: React.FC<IAnimationProps>; export declare const ShakeHorizontalLinearAnimate: React.FC<IAnimationProps>;