UNPKG

@ng-web-apis/payment-request

Version:

This is a library for declarative use of Payment Request API with Angular

9 lines (8 loc) 513 B
import { WaPayment } from './directives/payment/payment.directive'; import { WaPaymentItem } from './directives/payment-item/payment-item.directive'; import { WaPaymentSubmit } from './directives/payment-submit/payment-submit.directive'; export declare const WaPaymentRequest: (typeof WaPaymentItem | typeof WaPayment | typeof WaPaymentSubmit)[]; /** * @deprecated: use {@link WaPaymentRequest} */ export declare const PaymentRequestModule: (typeof WaPaymentItem | typeof WaPayment | typeof WaPaymentSubmit)[];