UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 502 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FlipOutAnimate: React.FC<IAnimationProps>; export declare const FlipOutEaseAnimate: React.FC<IAnimationProps>; export declare const FlipOutEaseInAnimate: React.FC<IAnimationProps>; export declare const FlipOutEaseOutAnimate: React.FC<IAnimationProps>; export declare const FlipOutEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FlipOutLinearAnimate: React.FC<IAnimationProps>;