chore(types): use IEvent from xterm

This commit is contained in:
Tony Brix
2021-05-11 20:33:58 -05:00
committed by GitHub
parent 24f431b290
commit 7a0b462e7e
+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' {
/**