UNPKG
@react-crates/modal
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
리액트 모달을 쉽게 등록하고 사용가능한 라이브러리입니다.
wjunhee102.github.io/react-crates/
wjunhee102/react-crates
@react-crates/modal
/
dist
/
esm
/
types
/
hooks
/
useIsOpenModal.d.ts
4 lines
(3 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
import { ModalManager }
from
"../services"
;
declare
function
setUseIsOpenModal
(
modalManager: ModalManager
): (
) =>
boolean
; export
default
setUseIsOpenModal;