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