UNPKG

@cenoa/waas-js-sdk

Version:

Official Cenoa Wallet as a Service SDK

10 lines (9 loc) 318 B
import Types from '../types'; export declare function getWebUiOptions(): Partial<{ logoUrl: string; logoBackgroundColor: string; appBackroundColor: string; primaryColor: string; primaryButtonTextColor: string; }>; export declare function setWebUiOptions(newWebUiOptions: Types.WebUiOptions): void;