TeaSpeak-Client/imports/shared-app/connectionlog/DispatcherFocus.d.ts

4 lines
186 B
TypeScript

import { EventType } from "tc-shared/connectionlog/Definitions";
export declare function requestWindowFocus(): void;
export declare function isFocusRequestEnabled(type: EventType): any;