From f3cc98341b3eedd3ea1ec4c08ff9b6e2f32098e5 Mon Sep 17 00:00:00 2001 From: hamo-o Date: Tue, 13 Aug 2024 01:30:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20jsDoc=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/components/Button/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wow-ui/src/components/Button/index.tsx b/packages/wow-ui/src/components/Button/index.tsx index eed0bfb2..a8529843 100644 --- a/packages/wow-ui/src/components/Button/index.tsx +++ b/packages/wow-ui/src/components/Button/index.tsx @@ -16,7 +16,7 @@ import type { * @description 버튼 컴포넌트의 속성을 정의합니다. * * @param {ReactNode} children - 버튼의 자식 요소. - * @param {string} subText - 버튼의 하단에 위치할 보조 텍스트. + * @param {string} [subText] - 버튼의 하단에 위치할 보조 텍스트. * @param {boolean} [disabled] - 버튼이 비활성화되어 있는지 여부. * @param {"lg" | "sm"} [size] - 버튼의 크기. * @param {"solid" | "outline" | "sub"} [variant] - 버튼의 종류.