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 JellyAnimate: React.FC<IAnimationProps>; export declare const JellyEaseAnimate: React.FC<IAnimationProps>; export declare const JellyEaseInAnimate: React.FC<IAnimationProps>; export declare const JellyEaseOutAnimate: React.FC<IAnimationProps>; export declare const JellyEaseInOutAnimate: React.FC<IAnimationProps>; export declare const JellyLinearAnimate: React.FC<IAnimationProps>;