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) 424 B
import { FooterPanel as BaseFooterPanel } from "../uv-shared-module/FooterPanel"; import { Config } from "../../extensions/uv-openseadragon-extension/config/Config"; export declare class FooterPanel extends BaseFooterPanel<Config["modules"]["mobileFooterPanel"]> { $rotateButton: JQuery; $zoomInButton: JQuery; $zoomOutButton: JQuery; constructor($element: JQuery); create(): void; resize(): void; }