I’m trying to create a Stencil component library that uses Ionic components within it. I installed @ionic/core into the Stencil library, everything working. Then I integrate Stencil into React, by following these instructions: React Integration with Stencil | Stencil.
From here, everything is working fine. There is just one error in the components.ts file (the file that gets autogenerated in React when you build the Stencil lib) I’ll provide pics below, but essentially its saying Stencil didn’t export event types for the Ionic components.
If anyone has ever done something like this, please let me know if you came across this issue.