UNPKG

@ng-web-apis/payment-request

Version:

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

13 lines (12 loc) 691 B
import * as i0 from "@angular/core"; export declare class WaPaymentItem implements PaymentItem { amount: PaymentCurrencyAmount; label: string; pending?: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<WaPaymentItem, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<WaPaymentItem, "[waPaymentItem][paymentAmount][paymentLabel]", never, { "amount": { "alias": "paymentAmount"; "required": false; }; "label": { "alias": "paymentLabel"; "required": false; }; "pending": { "alias": "paymentPending"; "required": false; }; }, {}, never, never, true, never>; } /** * @deprecated: use {@link WaPaymentItem} */ export declare const PaymentItemDirective: typeof WaPaymentItem;