UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 580 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FlipFromLeftToCenterAnimate: React.FC<IAnimationProps>; export declare const FlipFromLeftToCenterEaseAnimate: React.FC<IAnimationProps>; export declare const FlipFromLeftToCenterEaseInAnimate: React.FC<IAnimationProps>; export declare const FlipFromLeftToCenterEaseOutAnimate: React.FC<IAnimationProps>; export declare const FlipFromLeftToCenterEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FlipFromLeftToCenterLinearAnimate: React.FC<IAnimationProps>;