react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 508 B
TypeScript
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>;