mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
390 B
7 lines
390 B
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;
|
|
|