Added filters for notifications and system tray items. (#234)
* Added filters for notifications and systray. closes #233 * Add links to documentation.
This commit is contained in:
9
globals.d.ts
vendored
Normal file
9
globals.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// globals.d.ts
|
||||
|
||||
import { Variable as VariableType } from "types/variable";
|
||||
|
||||
declare global {
|
||||
var globalMousePos: VariableType<number[]>;
|
||||
}
|
||||
|
||||
export { };
|
||||
Reference in New Issue
Block a user