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