UNPKG

@mysten/dapp-kit

Version:

A collection of React hooks and components for interacting with the Sui blockchain and wallets.

6 lines (5 loc) 152 B
export interface SlushWalletConfig { name: string; origin?: string; } export declare function useSlushWallet(config?: SlushWalletConfig): void;