universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
14 lines (13 loc) • 455 B
TypeScript
import { BaseConfig } from "../../BaseConfig";
import { Dialogue } from "../uv-shared-module/Dialogue";
import { Shell } from "../uv-shared-module/Shell";
export declare class ChoiceSwitchDialogue extends Dialogue<BaseConfig["modules"]["choiceSwitchDialogue"]> {
$choiceList: JQuery;
shell: Shell;
$anchor: JQuery;
constructor($element: JQuery, shell: Shell);
create(): void;
open(): void;
close(): void;
resize(): void;
}