UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 508 B
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>;