UNPKG

@sky-mavis/tanto-widget

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