UNPKG

@commercelayer/react-components

Version:
12 lines (11 loc) 421 B
import type { IconBrand } from './PaymentSourceContext'; interface DefaultContext { brand?: IconBrand | string; exp_month?: number | string; exp_year?: number | string; last4?: string; issuer_type?: string; } export declare const defaultCustomerPaymentSourceContext: {}; declare const CustomerPaymentSourceContext: import("react").Context<DefaultContext>; export default CustomerPaymentSourceContext;