UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 302 B
export declare module WCMUxLocalization { const namespace = "Omnia.Ux"; interface locInterface { EnterpriseSuggestion: { Tooltip: { AddSuggestion: string; RemoveSuggestion: string; }; Title: string; }; } }