@tindtechnologies/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
8 lines (7 loc) • 316 B
TypeScript
import { BaseConfig } from "../../BaseConfig";
import { FooterPanel as BaseFooterPanel } from "../uv-shared-module/FooterPanel";
export declare class FooterPanel<T extends BaseConfig["modules"]["footerPanel"]> extends BaseFooterPanel<T> {
constructor($element: JQuery);
create(): void;
resize(): void;
}