UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 496 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const ShadowAnimate: React.FC<IAnimationProps>; export declare const ShadowEaseAnimate: React.FC<IAnimationProps>; export declare const ShadowEaseInAnimate: React.FC<IAnimationProps>; export declare const ShadowEaseOutAnimate: React.FC<IAnimationProps>; export declare const ShadowEaseInOutAnimate: React.FC<IAnimationProps>; export declare const ShadowLinearAnimate: React.FC<IAnimationProps>;