Skip to content

Commit

Permalink
feat: setIsOpen 내보내기 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Aug 20, 2024
1 parent 32dc409 commit a65075b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/hooks/useModalState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const useModalState = () => {

return {
isOpen,
setIsOpen,
openModal,
closeModal,
};
Expand Down

0 comments on commit a65075b

Please sign in to comment.