UNPKG

@eclipse-scout/core

Version:
8 lines 316 B
import { Outline, TreeLayout } from '../../index'; export declare class OutlineLayout extends TreeLayout { outline: Outline; constructor(outline: Outline); protected _layout($container: JQuery): void; protected _setDataHeight(heightOffset: number): void; } //# sourceMappingURL=OutlineLayout.d.ts.map