UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 502 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FadeOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutEaseAnimate: React.FC<IAnimationProps>; export declare const FadeOutEaseInAnimate: React.FC<IAnimationProps>; export declare const FadeOutEaseOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutLinearAnimate: React.FC<IAnimationProps>;