react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 502 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeOutEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeOutEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutLinearAnimate: React.FC<IAnimationProps>;