@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) • 384 B
TypeScript
import { ExpandPanel } from "../../extensions/config/ExpandPanel";
import { BaseExpandPanel } from "./BaseExpandPanel";
export declare class RightPanel<T extends ExpandPanel> extends BaseExpandPanel<T> {
constructor($element: JQuery);
create(): void;
init(): void;
getTargetWidth(): number;
getTargetLeft(): number;
toggleFinish(): void;
resize(): void;
}