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 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>;