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 RollInAnimate: React.FC<IAnimationProps>;
export declare const RollInEaseAnimate: React.FC<IAnimationProps>;
export declare const RollInEaseInAnimate: React.FC<IAnimationProps>;
export declare const RollInEaseOutAnimate: React.FC<IAnimationProps>;
export declare const RollInEaseInOutAnimate: React.FC<IAnimationProps>;
export declare const RollInLinearAnimate: React.FC<IAnimationProps>;