1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-07 17:31:12 +08:00
2022-05-23 14:56:24 +08:00

8 lines
390 B
TypeScript

export declare const isSafari: () => boolean;
export declare const isFirefox: () => boolean;
export declare const accessLocalStorage: () => boolean;
export declare const getEventName: () => "click" | "touchstart";
export declare const isCtrl: (event: KeyboardEvent) => boolean;
export declare const updateHotkeyTip: (hotkey: string) => string;
export declare const isChrome: () => boolean;