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