fix. 코드 리팩토링

This commit is contained in:
clkim
2025-11-13 16:52:35 +09:00
parent c92f2e69db
commit 56a2334055
4 changed files with 8 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ export interface ContentParams {
isOutsideClose?: boolean
modalName?: string
contentTitle: string
tabInfo: {
tabInfo?: {
title: string
desc: string
}[]