react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 562 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const SlideInFromBottomAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromBottomLinearAnimate: React.FC<IAnimationProps>;