jb-payment-input
Version:
payment input web component
6 lines (5 loc) • 353 B
text/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>;