UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 496 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const WobbleAnimate: React.FC<IAnimationProps>; export declare const WobbleEaseAnimate: React.FC<IAnimationProps>; export declare const WobbleEaseInAnimate: React.FC<IAnimationProps>; export declare const WobbleEaseOutAnimate: React.FC<IAnimationProps>; export declare const WobbleEaseInOutAnimate: React.FC<IAnimationProps>; export declare const WobbleLinearAnimate: React.FC<IAnimationProps>;