UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 496 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const PopOutAnimate: React.FC<IAnimationProps>; export declare const PopOutEaseAnimate: React.FC<IAnimationProps>; export declare const PopOutEaseInAnimate: React.FC<IAnimationProps>; export declare const PopOutEaseOutAnimate: React.FC<IAnimationProps>; export declare const PopOutEaseInOutAnimate: React.FC<IAnimationProps>; export declare const PopOutLinearAnimate: React.FC<IAnimationProps>;