UNPKG

react-animate-z

Version:

Lightweight React animation library with Animate and AnimateTyping components, built using styled-components.

4 lines (3 loc) 137 B
import React from 'react'; import type { IFAnimateProps } from './types'; export declare const WrapperAnimate: React.FC<IFAnimateProps>;