@nhost/react
Version:
Nhost React library
12 lines • 306 B
TypeScript
/**
* Use the hook `useUserEmail` to get the email of the user.
*
* @example
* ```tsx
* const userEmail = useUserEmail();
* ```
*
* @docs https://docs.nhost.io/reference/react/use-user-email
*/
export declare const useUserEmail: () => string | undefined;
//# sourceMappingURL=useUserEmail.d.ts.map