UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

9 lines (8 loc) 232 B
export declare module TextTranslatorLocalization { const namespace = "Omnia.Ux.TextTranslator"; interface locInterface { translate: string; allLanguages: string; showDefaultLanguages: string; } }