Version: "zimjs": "17.3.2"
For following example in Panel:
// make a panel with two pages const panel = new Panel({titleBar:series("TODAY", "TOMORROW")}) .center();
Typescript throws error:
This has been fixed and updated in ZIM NPM 17.3.3 - thanks!