react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 490 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const FloatAnimate: React.FC<IAnimationProps>;
export declare const FloatEaseAnimate: React.FC<IAnimationProps>;
export declare const FloatEaseInAnimate: React.FC<IAnimationProps>;
export declare const FloatEaseOutAnimate: React.FC<IAnimationProps>;
export declare const FloatEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const FloatLinearAnimate: React.FC<IAnimationProps>;