UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 496 B
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>;