@refinedev/core
Version:
refine is a React-based framework for building internal tools, rapidly. It ships with Ant Design System, an enterprise-level UI toolkit.
9 lines • 432 B
Source Map (JSON)
export type UseGetLocaleType = () => () => string | undefined;
/**
* If you need to know the current locale, refine provides the `useGetLocale` hook.
* It returns the `getLocale` method from `i18nProvider` under the hood.
*
* @see {@link https://refine.dev/docs/api-reference/core/hooks/translate/useGetLocale} for more details.
*/
export declare const useGetLocale: UseGetLocaleType;
//# sourceMappingURL=useGetLocale.d.ts.map