2021-02-20 18:55:36 +01:00

4 lines
186 B
TypeScript

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