UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 484 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const SpinAnimate: React.FC<IAnimationProps>; export declare const SpinEaseAnimate: React.FC<IAnimationProps>; export declare const SpinEaseInAnimate: React.FC<IAnimationProps>; export declare const SpinEaseOutAnimate: React.FC<IAnimationProps>; export declare const SpinEaseInOutAnimate: React.FC<IAnimationProps>; export declare const SpinLinearAnimate: React.FC<IAnimationProps>;