Open
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
Ionic includes a lot of very cool utils, that are used internally but also are exported for Ionic Users. It would be awesome if there are somehow exported separate. I'm mostly talking about:
Animation & createAnimation
Gesture & createGesture
Describe the Use Case
Wenn installing @ionic/core in an company design system created with stencil, where we only use createAnimation
all ionic components are added to our own components set.
Describe Preferred Solution
Would be awesome if these can be exported in an separate package, like @ionic/animation
Describe Alternatives
No response
Related Code
No response
Additional Information
No response