UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 526 B
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>;