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) 336 B
import { BaseConfig } from "../../BaseConfig"; import { Dialogue } from "../uv-shared-module/Dialogue"; export declare class HelpDialogue extends Dialogue<BaseConfig["modules"]["helpDialogue"]> { $message: JQuery; $scroll: JQuery; $title: JQuery; constructor($element: JQuery); create(): void; resize(): void; }