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 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>;