Skip to content

Commit

Permalink
[CHORE/#119] 클릭 관련 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chrin05 committed Jan 24, 2025
1 parent 847bb40 commit b1fc597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import com.napzak.market.core.designsystem.theme.NapzakMarketTheme
* @param leadingIcon 왼쪽에 표시할 아이콘, null이면 표시되지 않음
* @param trailingIcon 오른쪽에 표시할 아이콘, null이면 표시되지 않음
* @param innerPaddingValues 내부 패딩값
* @param onClick 해당 칩 클릭 시 실행되는 콜백
*/

@Composable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import com.napzak.market.core.designsystem.theme.NapzakMarketTheme
* @param chipColors 칩의 색상과 테두리 색상을 정의하는 CustomChipColors 객체
* @param innerPadding 내부 패딩
* @param shape 칩의 모양
* @param onClick 해당 칩 클릭 시 실행되는 콜백
*/

@Composable
Expand Down

0 comments on commit b1fc597

Please sign in to comment.