UNPKG

nostr-hooks

Version:
5 lines (4 loc) 221 B
import { NDKUserProfile } from '@nostr-dev-kit/ndk'; export declare const useUpdateUserProfile: () => { updateUserProfile: (userProfile: NDKUserProfile, onSuccess?: () => void, onError?: (e: any) => void) => void; };