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 FoldAnimate: React.FC<IAnimationProps>; export declare const FoldEaseAnimate: React.FC<IAnimationProps>; export declare const FoldEaseInAnimate: React.FC<IAnimationProps>; export declare const FoldEaseOutAnimate: React.FC<IAnimationProps>; export declare const FoldEaseInOutAnimate: React.FC<IAnimationProps>; export declare const FoldLinearAnimate: React.FC<IAnimationProps>;