react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 508 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const ShakeMixAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixEaseAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixEaseInAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixEaseOutAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const ShakeMixLinearAnimate: React.FC<IAnimationProps>;