UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

8 lines (7 loc) 191 B
export declare class ImageTransformer { private source; private alt; constructor(imageSrc: string, alt?: string); getElement(): HTMLElement; getElementString(): string; }