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 BounceAnimate: React.FC<IAnimationProps>;
export declare const BounceEaseAnimate: React.FC<IAnimationProps>;
export declare const BounceEaseInAnimate: React.FC<IAnimationProps>;
export declare const BounceEaseOutAnimate: React.FC<IAnimationProps>;
export declare const BounceEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const BounceLinearAnimate: React.FC<IAnimationProps>;