UNPKG

@cosmos-kit/react

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