UNPKG

sprinque-js-sdk-wip

Version:

UI kit to implement Pay by Invoice with Sprinque

3 lines (2 loc) 180 B
export declare const getApiUrl: () => any; export declare const request: <T>(url: string, shadowRoot: ShadowRoot, data?: Record<string, unknown>, method?: string) => Promise<T>;