UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 544 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const RotateSlowDownAnimate: React.FC<IAnimationProps>; export declare const RotateSlowDownEaseAnimate: React.FC<IAnimationProps>; export declare const RotateSlowDownEaseInAnimate: React.FC<IAnimationProps>; export declare const RotateSlowDownEaseOutAnimate: React.FC<IAnimationProps>; export declare const RotateSlowDownEaseInOutAnimate: React.FC<IAnimationProps>; export declare const RotateSlowDownLinearAnimate: React.FC<IAnimationProps>;