@tindtechnologies/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
9 lines (8 loc) • 425 B
TypeScript
import { DownloadDialogue as BaseDownloadDialogue } from "../../modules/uv-dialogues-module/DownloadDialogue";
import { DownloadOption } from "../../modules/uv-shared-module/DownloadOption";
export declare class DownloadDialogue extends BaseDownloadDialogue {
constructor($element: JQuery);
create(): void;
open(triggerButton: HTMLElement): void;
isDownloadOptionAvailable(option: DownloadOption): boolean;
}