react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 550 B
TypeScript
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>;