UNPKG

@square/web-sdk

Version:
5 lines (4 loc) 186 B
import type { Payments } from './types'; export declare function payments(applicationId: string, locationId?: string, overrides?: { scriptSrc?: string; }): Promise<Payments | null>;