UNPKG

react-wrap-animate-z

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