Skip to content

Commit

Permalink
chore: SwitchGroup 컴포넌트 jsdoc 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 31, 2024
1 parent abe4700 commit 725b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wow-ui/src/components/SwitchGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const init = (value: boolean[], childrenArray: ReactElement[]): boolean[] => {
};

/**
* @param {ReactNode} children 렌더링할 자식 요소 (Switch 컴포넌트)
* @param {ReactNode} children 렌더링할 자식 요소.
* @param {boolean[]} [value] 외부에서 제어할 활성 상태.
* @param {(index: number) => void} [onChange] 외부 활성 상태가 변경될 때 호출될 콜백 함수.
*/
Expand Down

0 comments on commit 725b045

Please sign in to comment.