Add applyAddon typings

Part of #1018
See #1130
This commit is contained in:
Daniel Imms
2017-12-21 13:59:27 -08:00
parent 9518d20c4e
commit 37a1220ee7
+1 -1
View File
@@ -504,6 +504,6 @@ declare module 'xterm' {
* available to all newly created Terminals.
* @param addon The addon to load.
*/
static loadAddon(addon: 'attach' | 'fit' | 'fullscreen' | 'search' | 'terminado' | 'winptyCompat'): void;
static applyAddon(addon: any): void;
}
}