UNPKG

@acdh-oeaw/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

13 lines (12 loc) 465 B
import { LeftPanel } from "../uv-shared-module/LeftPanel"; import { Config } from "../../extensions/uv-aleph-extension/config/Config"; export declare class AlephLeftPanel extends LeftPanel<Config["modules"]["alephLeftPanel"]> { private _alControlPanel; constructor($element: JQuery); create(): Promise<void>; expandFullStart(): void; expandFullFinish(): void; collapseFullStart(): void; collapseFullFinish(): void; resize(): void; }