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