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