UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 508 B
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>;