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 FadeOutToTopAnimate: React.FC<IAnimationProps>; export declare const FadeOutToTopEaseAnimate: React.FC<IAnimationProps>; export declare const FadeOutToTopEaseInAnimate: React.FC<IAnimationProps>; export declare const FadeOutToTopEaseOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutToTopEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutToTopLinearAnimate: React.FC<IAnimationProps>;