UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 502 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const ZoomOutAnimate: React.FC<IAnimationProps>; export declare const ZoomOutEaseAnimate: React.FC<IAnimationProps>; export declare const ZoomOutEaseInAnimate: React.FC<IAnimationProps>; export declare const ZoomOutEaseOutAnimate: React.FC<IAnimationProps>; export declare const ZoomOutEaseInOutAnimate: React.FC<IAnimationProps>; export declare const ZoomOutLinearAnimate: React.FC<IAnimationProps>;