imgui-js needs to be imported as an ambient module from imgui_impl in order for typescript to not think that it's a separate module, and giving all globals (like bind) a suffix (bind$1)
|
---|
|
example/imgui_impl.ts |
---|