UNPKG

@mescius/dsimageviewer

Version:

Document Solutions Image Viewer

7 lines (6 loc) 301 B
/// <reference path="../../vendor/i18next.d.ts" /> //@ts-ignore import { i18n } from "i18next"; export declare type KnownLocalizationKey = "type-here"; export declare function getLocalizedString(key: KnownLocalizationKey): string; export declare function translateKnownStrings(in17n: i18n): void;