UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 532 B
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>;