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