react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 550 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SlideOutToRightAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToRightEaseAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToRightEaseInAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToRightEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToRightEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToRightLinearAnimate: React.FC<IAnimationProps>;