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