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 SlideInFromTopAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopEaseAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopEaseInAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopEaseOutAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const SlideInFromTopLinearAnimate: React.FC<IAnimationProps>;