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 FadeOutToRightAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToRightEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToRightEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToRightEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToRightEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToRightLinearAnimate: React.FC<IAnimationProps>;