UNPKG

nostr-hooks

Version:
4 lines (3 loc) 155 B
export declare const useRealtimeProfile: (pubkey: string | undefined) => { profile: import("@nostr-dev-kit/ndk").NDKUserProfile | null | undefined; };