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
/
index.d.ts
5 lines
(4 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
IAnimationProps
}
from
'./types'
;
export
declare
const
Animation
:
React
.
FC
<
IAnimationProps
>;
export
default
Animation
;