UNPKG

@tindtechnologies/universalviewer

Version:

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

11 lines (10 loc) 415 B
import { Config } from "../../extensions/uv-pdf-extension/config/Config"; import { FooterPanel as BaseFooterPanel } from "../uv-shared-module/FooterPanel"; export declare class FooterPanel extends BaseFooterPanel<Config["modules"]["mobileFooterPanel"]> { $fullScreenBtn: JQuery; $zoomInButton: JQuery; $zoomOutButton: JQuery; constructor($element: JQuery); create(): void; resize(): void; }