react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 580 B
TypeScript
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>;