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

4 lines
186 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
import { EventType } from "tc-shared/connectionlog/Definitions";
export declare function requestWindowFocus(): void;
export declare function isFocusRequestEnabled(type: EventType): any;