UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 562 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const SlideInFromBottomAnimate: React.FC<IAnimationProps>; export declare const SlideInFromBottomEaseAnimate: React.FC<IAnimationProps>; export declare const SlideInFromBottomEaseInAnimate: React.FC<IAnimationProps>; export declare const SlideInFromBottomEaseOutAnimate: React.FC<IAnimationProps>; export declare const SlideInFromBottomEaseInOutAnimate: React.FC<IAnimationProps>; export declare const SlideInFromBottomLinearAnimate: React.FC<IAnimationProps>;