UNPKG
react-modal-e2z
Version:
latest (2.0.0-np)
2.0.0-np
1.5.0-np
1.4.0-np
1.3.4-np
1.3.3-np
1.3.2-nxpg
1.3.2-al
1.3.1
1.3.1-z
1.3.0-al
1.2.0
1.1.1-alp
1.1.0-alp
1.0.0
React hook modal portal. (Lib)
github.com/delpikye-v/react-modal
delpikye-v/react-modal
react-modal-e2z
/
build
/
index.d.ts
7 lines
(6 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
"./modal"
;
export
*
from
"./modal/ModalAnimate"
;
export
*
from
"./modal/ModalComponents"
;
export
*
from
"./modal/ModalUtils"
;
import
Modal
from
"./modal"
;
export
default
Modal
;