From c46284b025bd1b5a916d6e63fdfec7d1625ad904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=B0=AC?= Date: Tue, 23 Jul 2024 14:18:39 +0900 Subject: [PATCH] =?UTF-8?q?[docs]=20slash=EB=9D=BC=EC=9D=B4=EB=B8=8C?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EB=AC=B8=EC=84=9C=EC=97=90=20OutsideClick?= =?UTF-8?q?=EC=9D=98=20tossdocs=EA=B0=80=20=EB=85=B8=EC=B6=9C=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EB=AC=B8=EC=A0=9C=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';