UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 490 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const JelloAnimate: React.FC<IAnimationProps>; export declare const JelloEaseAnimate: React.FC<IAnimationProps>; export declare const JelloEaseInAnimate: React.FC<IAnimationProps>; export declare const JelloEaseOutAnimate: React.FC<IAnimationProps>; export declare const JelloEaseInOutAnimate: React.FC<IAnimationProps>; export declare const JelloLinearAnimate: React.FC<IAnimationProps>;