UNPKG

jb-payment-input

Version:
6 lines (5 loc) 353 B
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>;