UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

16 lines (15 loc) 390 B
export declare module MediaPickerLocalization { const namespace = "Omnia.Ux.MediaPicker"; interface locInterface { Title: string; ImageScalings: { Default: { ExtraSmall: string; Small: string; Medium: string; Large: string; }; }; SelectedMedias: string; } }