From 2c72b3fd3596d1c3d31304e98b50cef8b8a57edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A7=80=ED=9B=88?= <58219394+JiHoon-0330@users.noreply.github.com> Date: Sun, 2 Mar 2025 21:17:46 +0900 Subject: [PATCH] =?UTF-8?q?@tossdocs-ignore=20=EB=B9=A0=EC=A7=84=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react/react/src/components/OutsideClick/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/react/src/components/OutsideClick/index.ts b/packages/react/react/src/components/OutsideClick/index.ts index fe487b6c8..cc089380d 100644 --- a/packages/react/react/src/components/OutsideClick/index.ts +++ b/packages/react/react/src/components/OutsideClick/index.ts @@ -1 +1,2 @@ +/** @tossdocs-ignore */ export * from './OutsideClick';