UNPKG

@tindtechnologies/universalviewer

Version:

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

16 lines (15 loc) 570 B
import { CenterPanel } from "../uv-shared-module/CenterPanel"; import { IExternalResource } from "manifesto.js"; import { Config } from "../../extensions/uv-ebook-extension/config/Config"; export declare class EbookCenterPanel extends CenterPanel<Config["modules"]["ebookCenterPanel"]> { private _cfi; private _ebookReader; private _ebookReaderReady; private _state; private _prevState; constructor($element: JQuery); create(): Promise<void>; openMedia(resources: IExternalResource[]): void; private _nextState; resize(): void; }