UNPKG

@eclipse-scout/core

Version:
13 lines 404 B
import { Box, InitModelOf, LogoutAppModel, TextMap } from '../index'; export declare class LogoutBox extends Box { model: LogoutAppModel; texts: TextMap; loginUrl: string; options: LogoutAppModel; $buttonBar: JQuery; constructor(); init(opts: InitModelOf<this>): void; protected _render(): void; protected _loginAgain(): void; } //# sourceMappingURL=LogoutBox.d.ts.map