UNPKG
react-animate-z
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
React hook animate (lib)
github.com/delpikye-v/react-animate
delpikye-v/react-animate
react-animate-z
/
build
/
components
/
AnimationTyping.d.ts
5 lines
(4 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
IAnimationTypingProps
}
from
'./types'
;
declare
const
AnimationTyping
:
React
.
FC
<
IAnimationTypingProps
>;
export
default
AnimationTyping
;