react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 502 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const GlowingAnimate: React.FC<IAnimationProps>;
export declare const GlowingEaseAnimate: React.FC<IAnimationProps>;
export declare const GlowingEaseInAnimate: React.FC<IAnimationProps>;
export declare const GlowingEaseOutAnimate: React.FC<IAnimationProps>;
export declare const GlowingEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const GlowingLinearAnimate: React.FC<IAnimationProps>;