@eclipse-scout/core
Version:
Eclipse Scout runtime
7 lines • 345 B
TypeScript
import { AbstractLayout, Dimension, HtmlCompPrefSizeOptions, Image } from '../index';
export declare class ImageLayout extends AbstractLayout {
image: Image;
constructor(image: Image);
preferredLayoutSize($container: JQuery<HTMLImageElement>, options?: HtmlCompPrefSizeOptions): Dimension;
}
//# sourceMappingURL=ImageLayout.d.ts.map