@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) • 345 B
TypeScript
import { Config } from "../../extensions/uv-openseadragon-extension/config/Config";
import { Dialogue } from "../uv-shared-module/Dialogue";
export declare class ExternalContentDialogue extends Dialogue<Config["modules"]["multiSelectDialogue"]> {
$iframe: JQuery;
constructor($element: JQuery);
create(): void;
resize(): void;
}