feat. alert, confirm 모달 추가

This commit is contained in:
clkim
2025-10-16 10:34:42 +09:00
parent fb8b418b52
commit d61f5aa875
31 changed files with 317 additions and 275 deletions

View File

@@ -12,5 +12,6 @@ export interface DialogParams {
export interface YoutubeParams {
youtubeUrl: string
isOutsideClose?: boolean
className?: string
}