UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 508 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const RotateCWAnimate: React.FC<IAnimationProps>; export declare const RotateCWEaseAnimate: React.FC<IAnimationProps>; export declare const RotateCWEaseInAnimate: React.FC<IAnimationProps>; export declare const RotateCWEaseOutAnimate: React.FC<IAnimationProps>; export declare const RotateCWEaseInOutAnimate: React.FC<IAnimationProps>; export declare const RotateCWLinearAnimate: React.FC<IAnimationProps>;