UNPKG

@sap-ux/store

Version:

NPM module for storing persistent data

8 lines 307 B
import type { TOptions, TOptionsBase } from 'i18next'; export declare function initI18n(): Promise<void>; type StringMap = { [key: string]: unknown; }; export declare function text(key: string, options?: string | TOptions<StringMap & TOptionsBase>): string; export {}; //# sourceMappingURL=i18n.d.ts.map