UNPKG

177 BTypeScriptView Raw
1import { IConnectionLost } from './tokens';
2/**
3 * A default connection lost handler, which brings up an error dialog.
4 */
5export declare const ConnectionLost: IConnectionLost;