UNPKG

@tindtechnologies/universalviewer

Version:

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

15 lines (14 loc) 482 B
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; toggle(autoToggled?: boolean): void; expandFull(): void; collapseFull(): void; }