V3 - import { KeyCode } from "@needle-tools/engine/lib/engine/engine_input"; does not provide export

Updated a really old project to v3, in one of the scripts I import Keycode via - import { KeyCode } from "@needle-tools/engine/lib/engine/engine_input"; which returns the error in the title, any way around this? Looks like Presentation.d.ts imports it fine in the Needle source

Original Post on Discord

by user 103054507105067008

In the end I just deleted the script as it wasnā€™t used in the scene but thought Iā€™d raise this

by user 103054507105067008

It shouldnt import from ā€œ/lib/ā€¦ā€ anymore but instead the toplevel @needle-tools/engine file.