UNPKG

@nhost/react

Version:

Nhost React library

12 lines 350 B
/** * Use the hook `useUserDisplayName` to get the display name of the user. * * @example * ```tsx * const userDisplayName = useUserDisplayName(); * ``` * * @docs https://docs.nhost.io/reference/react/use-user-display-name */ export declare const useUserDisplayName: () => string | undefined; //# sourceMappingURL=useUserDisplayName.d.ts.map