UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 490 B
import React from 'react'; import { IAnimationProps } from 'react-animate-z'; export declare const FlashAnimate: React.FC<IAnimationProps>; export declare const FlashEaseAnimate: React.FC<IAnimationProps>; export declare const FlashEaseInAnimate: React.FC<IAnimationProps>; export declare const FlashEaseOutAnimate: React.FC<IAnimationProps>; export declare const FlashEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FlashLinearAnimate: React.FC<IAnimationProps>;