스타일 설정

This commit is contained in:
focp212@naver.com
2025-09-19 10:44:31 +09:00
parent f54c654ad6
commit f91ad04506
7 changed files with 67 additions and 30 deletions

View File

@@ -16,13 +16,6 @@ export enum DataNotificationNotifyContentKey {
MobilePayment = 'MobilePayment',
EscrowPayment = 'EscrowPayment',
};
export interface InfoItemProps {
type?: PaymentInfoItemType;
payName?: string;
payImage?: string;
infoLink?: string;
};
export interface PaymentCommonParams {
mid: string;
};