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 FlipSlowDownAnimate: React.FC<IAnimationProps>; export declare const FlipSlowDownEaseAnimate: React.FC<IAnimationProps>; export declare const FlipSlowDownEaseInAnimate: React.FC<IAnimationProps>; export declare const FlipSlowDownEaseOutAnimate: React.FC<IAnimationProps>; export declare const FlipSlowDownEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FlipSlowDownLinearAnimate: React.FC<IAnimationProps>;