react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 490 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const PopInAnimate: React.FC<IAnimationProps>;
export declare const PopInEaseAnimate: React.FC<IAnimationProps>;
export declare const PopInEaseInAnimate: React.FC<IAnimationProps>;
export declare const PopInEaseOutAnimate: React.FC<IAnimationProps>;
export declare const PopInEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const PopInLinearAnimate: React.FC<IAnimationProps>;