react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 502 B
TypeScript
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>;