UNPKG

@sky-mavis/tanto-widget

Version:
9 lines (8 loc) 281 B
export interface WidgetUIConfig { markKeylessWalletConnected?: boolean; markWCConnected?: boolean; } export interface WidgetUIConfigState { config?: WidgetUIConfig; } export declare const WidgetUIConfigContext: import("react").Context<WidgetUIConfigState | undefined>;