Skip to content

Commit

Permalink
📝 Dialog 주석 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wade3420 committed Dec 14, 2023
1 parent db31892 commit 5e085bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { type ModalProps } from '@/components/Modal/Modal';
/**
* dialog 컴포넌트
* @description 각 dialog variant 타입에 따라 다른 컴포넌트들을 랜더링합니다.
* @param variant 'default' | 'list' | 'select'
* @param props.variant 'default' | 'list' | 'select'
*/
function Dialog(props: DialogProps & ModalProps) {
if (props.variant === 'default') {
Expand Down

0 comments on commit 5e085bc

Please sign in to comment.