@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
12 lines (11 loc) • 391 B
TypeScript
import { BaseConfig } from "../../BaseConfig";
import { BaseExpandPanel } from "./BaseExpandPanel";
export declare class LeftPanel<T extends BaseConfig["modules"]["leftPanel"]> extends BaseExpandPanel<T> {
constructor($element: JQuery);
create(): void;
init(): void;
getTargetWidth(): number;
getFullTargetWidth(): number;
toggleFinish(): void;
resize(): void;
}