react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 544 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SlideOutToLeftAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToLeftEaseAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToLeftEaseInAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToLeftEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToLeftEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SlideOutToLeftLinearAnimate: React.FC<IAnimationProps>;