forked from abner/for-legacy-web
Make the linter happy.
This commit is contained in:
4
src/globals.d.ts
vendored
4
src/globals.d.ts
vendored
@@ -18,10 +18,12 @@ declare interface Window {
|
||||
relaunch();
|
||||
|
||||
getConfig(): NativeConfig;
|
||||
set(key: keyof NativeConfig, value: any);
|
||||
set(key: keyof NativeConfig, value: unknown);
|
||||
|
||||
getAutoStart(): Promise<boolean>;
|
||||
enableAutoStart(): Promise<void>;
|
||||
disableAutoStart(): Promise<void>;
|
||||
};
|
||||
}
|
||||
|
||||
declare const Fragment = preact.Fragment;
|
||||
|
||||
Reference in New Issue
Block a user