UNPKG

jb-payment-input

Version:
6 lines 393 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>; //# sourceMappingURL=types.d.ts.map