UNPKG
@buddy-link/react
Version:
latest (1.0.1)
1.0.1
1.0.0
Buddy SDK - React components and hooks for wallet integration
@buddy-link/react
/
types
/
components
/
client
/
state
/
BuddyState.d.ts
8 lines
(7 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
default
function
BuddyState
(
{ children }: { children:
any
; }
):
void
;
export
const
BUDDY_WALLETS
:
"BUDDY_WALLETS"
;
export
namespace
initialBuddyState
{
let
BUDDY_WALLETS
: {}; }