UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 538 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const ShakeVerticalAnimate: React.FC<IAnimationProps>; export declare const ShakeVerticalEaseAnimate: React.FC<IAnimationProps>; export declare const ShakeVerticalEaseInAnimate: React.FC<IAnimationProps>; export declare const ShakeVerticalEaseOutAnimate: React.FC<IAnimationProps>; export declare const ShakeVerticalEaseInOutAnimate: React.FC<IAnimationProps>; export declare const ShakeVerticalLinearAnimate: React.FC<IAnimationProps>;