UNPKG

@paydock/client-sdk

Version:

Paydock client sdk

13 lines 519 B
import { Background } from "./background"; export declare class WalletBackground extends Background { protected bgImageUrl: string; protected hideCloseButton: boolean; protected hideContinueButton: boolean; protected imageStyle: HTMLStyleElement; constructor(bgImageUrl: string, hideCloseButton?: boolean, hideContinueButton?: boolean); initControl(): void; clear(): void; protected createTemplate(): void; private createImageStyles; } //# sourceMappingURL=wallet-background.d.ts.map