UNPKG

@nhost/react

Version:

Nhost React library

12 lines 313 B
/** * 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