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 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>;