I'm facing an issue when trying to import a component from my own library.
The component within the library is actually sourced from another one (so I import the component, customize it, and then export the customized version).
However, upon importing my own library into an application, the component seems to lose its original type obtained from the initial library. As shown in the image here, it indicates that I am receiving any
even though I have exported it:
https://i.sstatic.net/3vatP.png
This is how it appears within the exported types of the library:
https://i.sstatic.net/6FNR9.png
It displays the actual type that should be received.