Type specification

This commit is contained in:
barsdeveloper
2022-02-16 20:53:45 +01:00
parent a877809538
commit 45918eebaa
4 changed files with 21 additions and 21 deletions

View File

@@ -2,6 +2,7 @@ import Context from "../Context"
export default class Unfocus extends Context {
/** @type {(e: WheelEvent) => void} */
#clickHandler
constructor(target, blueprint, options = {}) {