Skip to content

Commit

Permalink
Merge pull request #901 from KiddoV/devel
Browse files Browse the repository at this point in the history
fix: typing error ``jquery.terminal`` is not a module
  • Loading branch information
jcubic committed Sep 15, 2023
2 parents 73a0060 + c1428be commit 1b7fecf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/jquery.terminal.d.ts
Expand Up @@ -828,3 +828,8 @@ interface JQueryTerminal<TElement = HTMLElement> extends JQuery<TElement> {
scroll_to_bottom(): JQueryTerminal;
is_bottom(): boolean;
}

declare module 'jquery.terminal' {
const JQTerminal: (window: Window, JQuery: JQueryStatic) => void;
export default JQTerminal;
}

0 comments on commit 1b7fecf

Please sign in to comment.