From 7a0b462e7eedbf8824652409bce325afd19f16c2 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Tue, 11 May 2021 20:33:58 -0500 Subject: [PATCH] chore(types): use IEvent from xterm --- addons/xterm-addon-webgl/typings/xterm-addon-webgl.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/xterm-addon-webgl/typings/xterm-addon-webgl.d.ts b/addons/xterm-addon-webgl/typings/xterm-addon-webgl.d.ts index d95d8961..ee390d8a 100644 --- a/addons/xterm-addon-webgl/typings/xterm-addon-webgl.d.ts +++ b/addons/xterm-addon-webgl/typings/xterm-addon-webgl.d.ts @@ -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' { /**