@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
5 lines (4 loc) • 308 B
TypeScript
import { Locale } from "date-fns";
import { Component, ComponentTranslation, TFunction } from "./i18n.types";
export declare function useI18n<T extends Component>(componentName: T, ...localTranslations: (ComponentTranslation<T> | undefined)[]): TFunction<T>;
export declare function useDateLocale(): Locale;