react-wrap-animate-z
Version:
React wrapper animate (lib)
8 lines (7 loc) • 432 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipInEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipInEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipInEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipInEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipInLinearAnimate: React.FC<IAnimationProps>;