UNPKG

@near-wallet-selector/modal-ui

Version:
13 lines (12 loc) 339 B
import React from "react"; import type { ModuleState } from "@near-wallet-selector/core"; interface WalletNotInstalledProps { module: ModuleState & { metadata: { downloadUrl?: string; }; }; onBack: () => void; } export declare const WalletNotInstalled: React.FC<WalletNotInstalledProps>; export {};