Skip to content

Commit

Permalink
fix: jsDoc 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Aug 12, 2024
1 parent 25d3f39 commit f3cc983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wow-ui/src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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] - 버튼의 종류.
Expand Down

0 comments on commit f3cc983

Please sign in to comment.