UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 544 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const SlideInFromTopAnimate: React.FC<IAnimationProps>; export declare const SlideInFromTopEaseAnimate: React.FC<IAnimationProps>; export declare const SlideInFromTopEaseInAnimate: React.FC<IAnimationProps>; export declare const SlideInFromTopEaseOutAnimate: React.FC<IAnimationProps>; export declare const SlideInFromTopEaseInOutAnimate: React.FC<IAnimationProps>; export declare const SlideInFromTopLinearAnimate: React.FC<IAnimationProps>;