UNPKG
@metadaoproject/wallet-adapter-react-ui
Version:
latest (0.9.37-alpha.4)
0.9.37-alpha.4
0.9.37-alpha.3
0.9.37-alpha.2
0.9.37-alpha.1
0.9.36
0.9.35
<!-- @TODO -->
github.com/anza-xyz/wallet-adapter
anza-xyz/wallet-adapter
@metadaoproject/wallet-adapter-react-ui
/
lib
/
types
/
WalletModal.d.ts
7 lines
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
FC
}
from
'react'
;
export
interface
WalletModalProps
{
className
?:
string
;
container
?:
string
; }
export
declare
const
WalletModal
:
FC
<
WalletModalProps
>;
//# sourceMappingURL=WalletModal.d.ts.map