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 SwingAnimate: React.FC<IAnimationProps>; export declare const SwingEaseAnimate: React.FC<IAnimationProps>; export declare const SwingEaseInAnimate: React.FC<IAnimationProps>; export declare const SwingEaseOutAnimate: React.FC<IAnimationProps>; export declare const SwingEaseInOutAnimate: React.FC<IAnimationProps>; export declare const SwingLinearAnimate: React.FC<IAnimationProps>;