react-wrap-animate-z
Version:
React wrapper animate (lib)
9 lines (8 loc) • 508 B
TypeScript
import React from 'react';
import { IAnimationProps } from 'react-animate-z';
export declare const Effect3DAnimate: React.FC<IAnimationProps>;
export declare const Effect3DEaseAnimate: React.FC<IAnimationProps>;
export declare const Effect3DEaseInAnimate: React.FC<IAnimationProps>;
export declare const Effect3DEaseOutAnimate: React.FC<IAnimationProps>;
export declare const Effect3DEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const Effect3DLinearAnimate: React.FC<IAnimationProps>;