@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
24 lines (23 loc) • 672 B
TypeScript
export declare module DallEProviderLocalization {
const namespace = "Omnia.Ux.DallEProvider";
interface locInterface {
Title: string;
FeatureTitle: string;
FeatureDescription: string;
DowloadImageFailed: string;
PhotoBy: string;
PhotosProviderBy: string;
MaxInputLength: number;
Generate: string;
SelectSizePicture: string;
Download: string;
GenerateNewImage: string;
ErrorMessage: string;
ImageName: string;
PromptHeader: string;
PromptContent: string;
PromptExample: string;
Label: string;
ImageStyle: string;
}
}