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 FadeInFromRightAnimate: React.FC<IAnimationProps>; export declare const FadeInFromRightEaseAnimate: React.FC<IAnimationProps>; export declare const FadeInFromRightEaseInAnimate: React.FC<IAnimationProps>; export declare const FadeInFromRightEaseOutAnimate: React.FC<IAnimationProps>; export declare const FadeInFromRightEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FadeInFromRightLinearAnimate: React.FC<IAnimationProps>;