추가이미지 / css 수정 / 결제 정보 수정
This commit is contained in:
@@ -4,4 +4,9 @@ export enum PaymentTabKeys {
|
||||
};
|
||||
export interface PaymentTabProps {
|
||||
activeTab: PaymentTabKeys;
|
||||
};
|
||||
export interface InfoItemProps {
|
||||
payName?: string;
|
||||
payImage?: string;
|
||||
infoLink?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user