UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 496 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const ZoomInAnimate: React.FC<IAnimationProps>; export declare const ZoomInEaseAnimate: React.FC<IAnimationProps>; export declare const ZoomInEaseInAnimate: React.FC<IAnimationProps>; export declare const ZoomInEaseOutAnimate: React.FC<IAnimationProps>; export declare const ZoomInEaseInOutAnimate: React.FC<IAnimationProps>; export declare const ZoomInLinearAnimate: React.FC<IAnimationProps>;