UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 490 B
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>;