UNPKG

@sky-mavis/tanto-widget

Version:
11 lines (10 loc) 302 B
export interface TantoConfig { reducedMotion?: boolean; disableProfile?: boolean; hideConnectSuccessPrompt?: boolean; initialChainId?: number; } export interface TantoState { config: TantoConfig; } export declare const TantoContext: import("react").Context<TantoState | undefined>;