@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
12 lines (11 loc) • 347 B
TypeScript
export declare module MyComputerProviderLocalization {
const namespace = "Omnia.Ux.MyComputerProvider";
interface locInterface {
Title: string;
FeatureTitle: string;
New7FeatureDescription: string;
TransformComponentTitle: string;
DownloadingFile: string;
ErrorLoadingImage: string;
}
}