UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

12 lines (11 loc) 306 B
export declare module LayoutTemplateLocalization { const namespace = "Omnia.Ux.Layout.Templates"; interface locInterface { Categories: { StartPages: string; NewsCenters: string; Pages: string; }; FoundNoMatchingTemplates: string; } }