Andrey Shedko

Results 2 comments of Andrey Shedko

We have similar problems after upgrade - labels and barThickness are also ignored in the new version.

This is typing that works for me, probably it can be significantly improved. ``` declare function MemoryStorage(id?: string); declare const Function1: typeof MemoryStorage & MemoryStorage; declare namespace _Function1 { export...