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