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 FadeOutToLeftAnimate: React.FC<IAnimationProps>; export declare const FadeOutToLeftEaseAnimate: React.FC<IAnimationProps>; export declare const FadeOutToLeftEaseInAnimate: React.FC<IAnimationProps>; export declare const FadeOutToLeftEaseOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutToLeftEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FadeOutToLeftLinearAnimate: React.FC<IAnimationProps>;