UNPKG

react-wrap-animate-z

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