UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 484 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const BlurAnimate: React.FC<IAnimationProps>; export declare const BlurEaseAnimate: React.FC<IAnimationProps>; export declare const BlurEaseInAnimate: React.FC<IAnimationProps>; export declare const BlurEaseOutAnimate: React.FC<IAnimationProps>; export declare const BlurEaseInOutAnimate: React.FC<IAnimationProps>; export declare const BlurLinearAnimate: React.FC<IAnimationProps>;