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 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>;