@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
13 lines (12 loc) • 519 B
TypeScript
import { CenterPanel } from "../uv-shared-module/CenterPanel";
import { IExternalResource } from "manifesto.js";
import { Config } from "../../extensions/uv-default-extension/config/Config";
export declare class FileLinkCenterPanel extends CenterPanel<Config["modules"]["fileLinkCenterPanel"]> {
$scroll: JQuery;
$downloadItems: JQuery;
$downloadItemTemplate: JQuery;
constructor($element: JQuery);
create(): void;
openMedia(resources: IExternalResource[]): Promise<void>;
resize(): void;
}