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) 508 B
import { LeftPanel } from "../uv-shared-module/LeftPanel"; import { Config } from "../../extensions/uv-ebook-extension/config/Config"; export declare class EbookLeftPanel extends LeftPanel<Config["modules"]["ebookLeftPanel"]> { private _ebookTOC; private _$container; private _$ebookTOC; constructor($element: JQuery); create(): Promise<void>; expandFullStart(): void; expandFullFinish(): void; collapseFullStart(): void; collapseFullFinish(): void; resize(): void; }