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
/
Walletillustration.d.ts
9 lines
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
interface
WalletIllustrationProps
{
className
?:
string
;
circleColors
?: [
string
,
string
,
string
,
string
];
currentStep
:
number
; }
export
declare
const
WalletIllustration
:
React
.
FC
<
WalletIllustrationProps
>;
export
{};
//# sourceMappingURL=Walletillustration.d.ts.map