jb-payment-input
Version:
payment input web component
6 lines • 393 B
TypeScript
import type { PaymentInputTypeList } from "./constants";
import type { JBPaymentInputWebComponent } from './jb-payment-input.js';
import type { EventTypeWithTarget } from 'jb-core';
export type PaymentInputType = typeof PaymentInputTypeList[number];
export type JBPaymentInputEventType<TEvent> = EventTypeWithTarget<TEvent, JBPaymentInputWebComponent>;
//# sourceMappingURL=types.d.ts.map