Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
- Nightly
Current Behavior
RangeChangeEvent is not exported from @ionic/angular
, @ionic/react
, or @ionic/vue
. However, it is exported from @ionic/core
.
Expected Behavior
I expect RangeChangeEvent to be exported from the affected packages packages.
Steps to Reproduce
- Go to the commit that introduced these interfaces. 8708095
- Search for
RangeCustomEvent
. Observe that it is never exported from non-core packages. - Search for any other custom events such as
InfiniteScrollCustomEvent
. Observe that it is exported from the non-core packages.
Code Reproduction URL
No response
Ionic Info
N/A
Additional Information
No response