UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 544 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FlipFromBottomAnimate: React.FC<IAnimationProps>; export declare const FlipFromBottomEaseAnimate: React.FC<IAnimationProps>; export declare const FlipFromBottomEaseInAnimate: React.FC<IAnimationProps>; export declare const FlipFromBottomEaseOutAnimate: React.FC<IAnimationProps>; export declare const FlipFromBottomEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FlipFromBottomLinearAnimate: React.FC<IAnimationProps>;