UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 550 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FadeOutToBottomAnimate: React.FC<IAnimationProps>; export declare const FadeOutToBottomEaseAnimate: React.FC<IAnimationProps>; export declare const FadeOutToBottomEaseInAnimate: React.FC<IAnimationProps>; export declare const FadeOutToBottomEaseOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutToBottomEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutToBottomLinearAnimate: React.FC<IAnimationProps>;