UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

11 lines (10 loc) 356 B
import { GuidValue, MediaPickerEnums, MediaPickerImage } from "../../models"; export declare class LegacySvgImage implements MediaPickerImage { svgHtml: string; omniaImageId: number; omniaServiceId: GuidValue; fileName: string; altText?: string; omniaMediaType: MediaPickerEnums.OmniaMediaTypes; constructor(svgHtml: string); }