UNPKG

@cosmos-kit/react

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