UNPKG

@eclipse-scout/core

Version:
13 lines 506 B
import { AbstractLayout, Desktop, Dimension, HtmlComponent } from '../index'; export declare class DesktopLayout extends AbstractLayout { desktop: Desktop; constructor(desktop: Desktop); layout($container: JQuery): void; /** * Used to animate bench and header */ protected _animate(animationProps: any, htmlComp: HtmlComponent): void; containerSize(): Dimension; calculateNavigationWidth(containerSize: Dimension): number; } //# sourceMappingURL=DesktopLayout.d.ts.map