Skip to content

Commit

Permalink
update: 훅, 컨텍스트 빌드 파일로 내보내기 위해 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
waterbinnn committed Nov 4, 2024
1 parent b3b5549 commit 4ff5cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import './index.css';

export { useOutsideClick } from '@/hooks';
export { useOutsideClick, usePopover } from '@/hooks';
export { PopoverContext } from '@/context';

export { Button, Popover, PopoverHandler, PopoverContent } from '@/components';

Expand Down

0 comments on commit 4ff5cea

Please sign in to comment.