@expofp/floorplan
Version:
Interactive floor plan library for expos and events
9 lines • 495 B
TypeScript
import { TFunction } from "i18next";
export declare const getLocale: () => string;
export declare const getLocales: () => readonly Language[];
export declare const hasLocale: (id: string | undefined) => id is string;
export declare const t: (template: string, options?: any) => string;
export declare const initI18n: () => Promise<TFunction>;
export declare const setLocale: (id: string) => Promise<void>;
export declare const resetLocale: () => Promise<void>;
//# sourceMappingURL=i18n.d.ts.map