UNPKG

react-wrap-animate-z

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