@commercelayer/react-components
Version:
The Official Commerce Layer React Components
12 lines (11 loc) • 421 B
TypeScript
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;