UNPKG

@nhost/react

Version:

Nhost React library

12 lines 336 B
/** * Use the hook `useUserAvatarUrl` to get the avatar URL of the user. * * @example * ```tsx * const userAvatarUrl = useUserAvatarUrl(); * ``` * * @docs https://docs.nhost.io/reference/react/use-user-avatar-url */ export declare const useUserAvatarUrl: () => string | undefined; //# sourceMappingURL=useUserAvatarUrl.d.ts.map