@momo-webplatform/mobase 0.2.100 → 0.2.102-link

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1967,6 +1967,8 @@ interface QRPaymentProps {
1967
1967
  dateExpired?: Date | string | number;
1968
1968
  priceOrder?: number | string;
1969
1969
  className?: string;
1970
+ isAIOQR?: boolean;
1971
+ isHideGuidePayment?: boolean;
1970
1972
  }
1971
1973
 
1972
1974
  declare const QRPayment: React__default.FC<QRPaymentProps>;
@@ -1967,6 +1967,8 @@ interface QRPaymentProps {
1967
1967
  dateExpired?: Date | string | number;
1968
1968
  priceOrder?: number | string;
1969
1969
  className?: string;
1970
+ isAIOQR?: boolean;
1971
+ isHideGuidePayment?: boolean;
1970
1972
  }
1971
1973
 
1972
1974
  declare const QRPayment: React__default.FC<QRPaymentProps>;