react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 496 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeInAnimate: React.FC<IAnimationProps>;
export declare const FadeInEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeInEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeInEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInLinearAnimate: React.FC<IAnimationProps>;