UNPKG

walletlink-e

Version:
12 lines (11 loc) 304 B
import { FunctionComponent } from "preact"; export declare const LinkDialog: FunctionComponent<{ darkMode: boolean; version: string; sessionId: string; sessionSecret: string; walletLinkUrl: string; isOpen: boolean; isConnected: boolean; onCancel: (() => void) | null; }>;