UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 213 B
import { LOCALE } from "../../interfaces/types"; export declare const MAPPED_LOCALE: { [key in LOCALE]: string; }; export declare const useMantineLocale: (locale: LOCALE) => { isLoaded: boolean; };