Skip to content

Commit

Permalink
�docs(Select): jsdoc @deprecated 명시
Browse files Browse the repository at this point in the history
Co-authored-by: HyeongKyeom Kim <97586683+Brokyeom@users.noreply.github.com>
  • Loading branch information
suwonthugger and Brokyeom authored Sep 24, 2024
1 parent 70b597f commit 45010c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/Input/deprecated/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ interface SelectProps<T> {
}

/**
* @deprecated
* Select 컴포넌트는 더 이상 권장되지 않지만 계속 사용할 수 있습니다.
* 새로운 `SelectV2` 컴포넌트 사용을 권장합니다.
*/
Expand Down

0 comments on commit 45010c1

Please sign in to comment.