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
/
WalletConnectButton.d.ts
4 lines
•
208 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
import
type
{
ButtonProps
}
from
'./Button.js'
;
export
declare
function
WalletConnectButton
(
props
:
ButtonProps
):
React
.
JSX
.
Element
;
//# sourceMappingURL=WalletConnectButton.d.ts.map