UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 538 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FadeInFromTopAnimate: React.FC<IAnimationProps>; export declare const FadeInFromTopEaseAnimate: React.FC<IAnimationProps>; export declare const FadeInFromTopEaseInAnimate: React.FC<IAnimationProps>; export declare const FadeInFromTopEaseOutAnimate: React.FC<IAnimationProps>; export declare const FadeInFromTopEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FadeInFromTopLinearAnimate: React.FC<IAnimationProps>;