@rainbow-me/rainbowkit
Version:
The best way to connect a wallet
16 lines (15 loc) • 481 B
TypeScript
import React from 'react';
export declare enum WalletStep {
None = "NONE",
LearnCompact = "LEARN_COMPACT",
Get = "GET",
Connect = "CONNECT",
DownloadOptions = "DOWNLOAD_OPTIONS",
Download = "DOWNLOAD",
InstructionsMobile = "INSTRUCTIONS_MOBILE",
InstructionsDesktop = "INSTRUCTIONS_DESKTOP",
InstructionsExtension = "INSTRUCTIONS_EXTENSION"
}
export declare function DesktopOptions({ onClose }: {
onClose: () => void;
}): React.JSX.Element;