react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 550 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FadeOutToBottomAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FadeOutToBottomLinearAnimate: React.FC<IAnimationProps>;