@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
18 lines (17 loc) • 479 B
TypeScript
import { BaseConfig } from "../../BaseConfig";
import { BaseView } from "./BaseView";
export declare class Shell extends BaseView<BaseConfig> {
$centerPanel: JQuery;
$element: JQuery;
$footerPanel: JQuery;
$genericDialogue: JQuery;
$headerPanel: JQuery;
$leftPanel: JQuery;
$mainPanel: JQuery;
$mobileFooterPanel: JQuery;
$overlays: JQuery;
$rightPanel: JQuery;
constructor($element: JQuery);
create(): void;
resize(): void;
}