| Current Path : /var/www/html/wetty/node_modules/xterm/lib/ui/ |
| Current File : /var/www/html/wetty/node_modules/xterm/lib/ui/Lifecycle.d.ts |
import { IDisposable } from '../common/Types';
export declare function addDisposableDomListener(node: Element | Window | Document, type: string, handler: (e: any) => void, useCapture?: boolean): IDisposable;