UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 532 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FlipToBottomAnimate: React.FC<IAnimationProps>; export declare const FlipToBottomEaseAnimate: React.FC<IAnimationProps>; export declare const FlipToBottomEaseInAnimate: React.FC<IAnimationProps>; export declare const FlipToBottomEaseOutAnimate: React.FC<IAnimationProps>; export declare const FlipToBottomEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FlipToBottomLinearAnimate: React.FC<IAnimationProps>;