react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 526 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipFromTopAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipFromTopLinearAnimate: React.FC<IAnimationProps>;