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 PopOutAnimate: React.FC<IAnimationProps>;
export declare const PopOutEaseAnimate: React.FC<IAnimationProps>;
export declare const PopOutEaseInAnimate: React.FC<IAnimationProps>;
export declare const PopOutEaseOutAnimate: React.FC<IAnimationProps>;
export declare const PopOutEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const PopOutLinearAnimate: React.FC<IAnimationProps>;