@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) • 362 B
TypeScript
import { ShareDialogue as BaseShareDialogue } from "../../modules/uv-dialogues-module/ShareDialogue";
import { Config } from "../uv-default-extension/config/Config";
export declare class ShareDialogue extends BaseShareDialogue<Config["modules"]["shareDialogue"]> {
constructor($element: JQuery);
create(): void;
update(): void;
resize(): void;
}