UNPKG

react-wrap-animate-z

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