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 UnfoldAnimate: React.FC<IAnimationProps>; export declare const UnfoldEaseAnimate: React.FC<IAnimationProps>; export declare const UnfoldEaseInAnimate: React.FC<IAnimationProps>; export declare const UnfoldEaseOutAnimate: React.FC<IAnimationProps>; export declare const UnfoldEaseInOutAnimate: React.FC<IAnimationProps>; export declare const UnfoldLinearAnimate: React.FC<IAnimationProps>;