Merge pull request #12736 from simonseyock/onsignature-return

OnSignatures return more specific type
This commit is contained in:
Tim Schaub
2021-09-10 08:33:47 -06:00
committed by GitHub
28 changed files with 73 additions and 75 deletions

View File

@@ -123,12 +123,12 @@ class DragBox extends PointerInteraction {
super();
/***
* @type {DragBoxOnSignature<import("../Observable").OnReturn>}
* @type {DragBoxOnSignature<import("../events").EventsKey>}
*/
this.on;
/***
* @type {DragBoxOnSignature<import("../Observable").OnReturn>}
* @type {DragBoxOnSignature<import("../events").EventsKey>}
*/
this.once;