UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 550 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const SlideInFromLeftAnimate: React.FC<IAnimationProps>; export declare const SlideInFromLeftEaseAnimate: React.FC<IAnimationProps>; export declare const SlideInFromLeftEaseInAnimate: React.FC<IAnimationProps>; export declare const SlideInFromLeftEaseOutAnimate: React.FC<IAnimationProps>; export declare const SlideInFromLeftEaseInOutAnimate: React.FC<IAnimationProps>; export declare const SlideInFromLeftLinearAnimate: React.FC<IAnimationProps>;