@metadaoproject/wallet-adapter-react-ui
Version:
9 lines • 376 B
TypeScript
/// <reference types="react" />
export interface WalletModalContextState {
visible: boolean;
setVisible: (open: boolean) => void;
termsUrl: string | undefined;
}
export declare const WalletModalContext: import("react").Context<WalletModalContextState>;
export declare function useWalletModal(): WalletModalContextState;
//# sourceMappingURL=useWalletModal.d.ts.map