Merge pull request #3334 from UziTech/patch-2

chore(types): use IEvent from xterm
This commit is contained in:
jerch
2021-05-12 11:31:14 +02:00
committed by GitHub
+1 -2
View File
@@ -3,8 +3,7 @@
* @license MIT
*/
import { IEvent } from 'node-pty';
import { Terminal, ITerminalAddon } from 'xterm';
import { Terminal, ITerminalAddon, IEvent } from 'xterm';
declare module 'xterm-addon-webgl' {
/**