Fix formatting of DownloadLinkOutputBinding class

This commit is contained in:
E Nelson
2026-04-23 19:24:11 -04:00
committed by GitHub
parent 9b5a36d1aa
commit 5e04142fef

View File

@@ -2,5 +2,6 @@ import { OutputBinding } from "./outputBinding";
declare class DownloadLinkOutputBinding extends OutputBinding {
find(scope: HTMLElement): JQuery<HTMLElement>;
renderValue(el: HTMLElement, data: string): void;
showProgress(el: HTMLElement, show: boolean): void;}
showProgress(el: HTMLElement, show: boolean): void;
}
export { DownloadLinkOutputBinding };