UNPKG

@eclipse-scout/core

Version:
8 lines 389 B
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