UNPKG

@palta-brain/web-sdk

Version:
3 lines (2 loc) 216 B
import { CustomerId, PaymentClientI, PaymentClientSettingsType } from './type'; export declare function createPaymentClient(clientSettings: PaymentClientSettingsType, customerId?: CustomerId | null): PaymentClientI;