react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 532 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const JackInTheBoxAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxEaseAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxEaseInAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxEaseOutAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const JackInTheBoxLinearAnimate: React.FC<IAnimationProps>;