UNPKG

@buddy-link/react

Version:

Buddy SDK - React components and hooks for wallet integration

8 lines (7 loc) 191 B
export default function BuddyState({ children }: { children: any; }): void; export const BUDDY_WALLETS: "BUDDY_WALLETS"; export namespace initialBuddyState { let BUDDY_WALLETS: {}; }