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