추가이미지 / css 수정 / 결제 정보 수정

This commit is contained in:
focp212@naver.com
2025-09-09 09:46:01 +09:00
parent 484c06fba0
commit 337ac1bf97
15 changed files with 231 additions and 346 deletions

View File

@@ -4,4 +4,9 @@ export enum PaymentTabKeys {
};
export interface PaymentTabProps {
activeTab: PaymentTabKeys;
};
export interface InfoItemProps {
payName?: string;
payImage?: string;
infoLink?: string;
};