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 SlideOutToBottomAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToBottomLinearAnimate: React.FC<IAnimationProps>;