mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-07 09:21:12 +08:00
8 lines
390 B
TypeScript
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;
|