UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 544 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FadeInFromLeftAnimate: React.FC<IAnimationProps>; export declare const FadeInFromLeftEaseAnimate: React.FC<IAnimationProps>; export declare const FadeInFromLeftEaseInAnimate: React.FC<IAnimationProps>; export declare const FadeInFromLeftEaseOutAnimate: React.FC<IAnimationProps>; export declare const FadeInFromLeftEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FadeInFromLeftLinearAnimate: React.FC<IAnimationProps>;