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