UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 520 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const HangOnLeftAnimate: React.FC<IAnimationProps>; export declare const HangOnLeftEaseAnimate: React.FC<IAnimationProps>; export declare const HangOnLeftEaseInAnimate: React.FC<IAnimationProps>; export declare const HangOnLeftEaseOutAnimate: React.FC<IAnimationProps>; export declare const HangOnLeftEaseInOutAnimate: React.FC<IAnimationProps>; export declare const HangOnLeftLinearAnimate: React.FC<IAnimationProps>;