UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 526 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const HangOnRightAnimate: React.FC<IAnimationProps>; export declare const HangOnRightEaseAnimate: React.FC<IAnimationProps>; export declare const HangOnRightEaseInAnimate: React.FC<IAnimationProps>; export declare const HangOnRightEaseOutAnimate: React.FC<IAnimationProps>; export declare const HangOnRightEaseInOutAnimate: React.FC<IAnimationProps>; export declare const HangOnRightLinearAnimate: React.FC<IAnimationProps>;