mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Fix formatting of DownloadLinkOutputBinding class
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user