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 PulseAnimate: React.FC<IAnimationProps>; export declare const PulseEaseAnimate: React.FC<IAnimationProps>; export declare const PulseEaseInAnimate: React.FC<IAnimationProps>; export declare const PulseEaseOutAnimate: React.FC<IAnimationProps>; export declare const PulseEaseInOutAnimate: React.FC<IAnimationProps>; export declare const PulseLinearAnimate: React.FC<IAnimationProps>;