UNPKG

@theia/navigator

Version:
10 lines 699 B
import { ApplicationShellLayoutMigration, WidgetDescription, ApplicationShellLayoutMigrationContext } from '@theia/core/lib/browser/shell/shell-layout-restorer'; export declare class NavigatorLayoutVersion3Migration implements ApplicationShellLayoutMigration { readonly layoutVersion = 3; onWillInflateWidget(desc: WidgetDescription, { parent }: ApplicationShellLayoutMigrationContext): WidgetDescription | undefined; } export declare class NavigatorLayoutVersion5Migration implements ApplicationShellLayoutMigration { readonly layoutVersion = 5; onWillInflateWidget(desc: WidgetDescription): WidgetDescription | undefined; } //# sourceMappingURL=navigator-layout-migrations.d.ts.map