react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 514 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const RotateACWAnimate: React.FC<IAnimationProps>;
export declare const RotateACWEaseAnimate: React.FC<IAnimationProps>;
export declare const RotateACWEaseInAnimate: React.FC<IAnimationProps>;
export declare const RotateACWEaseOutAnimate: React.FC<IAnimationProps>;
export declare const RotateACWEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const RotateACWLinearAnimate: React.FC<IAnimationProps>;