UNPKG

react-wrap-animate-z

Version:
9 lines (8 loc) 496 B
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>;