@eclipse-scout/core
Version:
Eclipse Scout runtime
8 lines • 389 B
TypeScript
import { Dimension, HtmlCompPrefSizeOptions, MobilePopup, PopupLayout } from '../index';
export declare class MobilePopupLayout extends PopupLayout {
popup: MobilePopup;
constructor(popup: MobilePopup);
layout($container: JQuery): void;
preferredLayoutSize($container: JQuery, options?: HtmlCompPrefSizeOptions): Dimension;
}
//# sourceMappingURL=MobilePopupLayout.d.ts.map