I only got Override/replace jsdoc properties, when I used newProps & import(...) | newProps
newProps & import(...) | newProps
other variations always persisted the JSDocs attributes of what was imported
✅ newProps & import(...) | newProps
❌ newProps & import(...)
newProps & import(...)
❌ import(...) * newProps
import(...) * newProps