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