UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 520 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const RubberBandAnimate: React.FC<IAnimationProps>; export declare const RubberBandEaseAnimate: React.FC<IAnimationProps>; export declare const RubberBandEaseInAnimate: React.FC<IAnimationProps>; export declare const RubberBandEaseOutAnimate: React.FC<IAnimationProps>; export declare const RubberBandEaseInOutAnimate: React.FC<IAnimationProps>; export declare const RubberBandLinearAnimate: React.FC<IAnimationProps>;