type definition for typescript contains error in webix 8.3.1

Hello,

I think in 8.3.1 in type definition (webix.global.d.ts) we have a missing } before
declare function $$(id: string | Event | HTMLElement): webix.ui.baseview;
to close the declare namespace webix.

Regards,

Eric.

Hello @EricR,

I think in 8.3.1 in type definition (webix.global.d.ts) we have a missing } before
declare function $$(id: string | Event | HTMLElement): webix.ui.baseview;
to close the declare namespace webix.

Indeed, I can confirm the issue: the new type definitions (webix.global.d.ts specifically) are missing an extra } on line 13234, as you’ve correctly stated. The issue will be fixed in the next minor release, thank you for the report!