UNPKG

react-wrap-animate-z

Version:
10 lines (9 loc) 548 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FlipAnimate: React.FC<IAnimationProps>; export declare const FlipEaseAnimate: React.FC<IAnimationProps>; export declare const FlipEaseInAnimate: React.FC<IAnimationProps>; export declare const FlipEaseOutAnimate: React.FC<IAnimationProps>; export declare const FlipEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FlipLinearAnimate: React.FC<IAnimationProps>; export declare const FlipInAnimate: React.FC<IAnimationProps>;