UNPKG

@cosmos-kit/react

Version:
4 lines (3 loc) 198 B
import { WalletViewProps } from '@cosmos-kit/core'; import { ModalViewImpl } from './config'; export declare function ConnectingView({ onClose, onReturn, wallet, }: WalletViewProps): ModalViewImpl;