UNPKG

@buddy-link/react

Version:

Buddy SDK - React components and hooks for wallet integration

11 lines (9 loc) 261 B
"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;