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 FadeInFromTopAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromTopLinearAnimate: React.FC<IAnimationProps>;