-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
Description
Describe the problem
would like to use the type TweenedOptions but looking at https://github.com/search?q=repo%3Asveltejs%2Fsvelte+TweenedOptions&type=code, it's defined once in packages/svelte/src/motion/private.d.ts which can't be imported from and once in packages/svelte/types/index.d.ts where it's not exported
Describe the proposed solution
unless keeping it internal was a deliberate decision, export TweenedOptions from packages/svelte/types/index.d.ts
Importance
nice to have