react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 556 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeInFromBottomAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeInFromBottomLinearAnimate: React.FC<IAnimationProps>;