react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 532 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FlipToBottomAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomEaseAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomEaseInAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FlipToBottomLinearAnimate: React.FC<IAnimationProps>;