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
/
buddy
/
Buddy.d.ts
10 lines
(8 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use client"
;
export
default
function
BuddyClient
(
{ apiKey, appId, connect, children, initialState }: { apiKey:
any
; appId:
any
; connect?:
boolean
; children:
any
; initialState:
any
; }
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;