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 SlideInFromRightAnimate: React.FC<IAnimationProps>; export declare const SlideInFromRightEaseAnimate: React.FC<IAnimationProps>; export declare const SlideInFromRightEaseInAnimate: React.FC<IAnimationProps>; export declare const SlideInFromRightEaseOutAnimate: React.FC<IAnimationProps>; export declare const SlideInFromRightEaseInOutAnimate: React.FC<IAnimationProps>; export declare const SlideInFromRightLinearAnimate: React.FC<IAnimationProps>;