-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Describe the bug
DraggableParams
are not exported in index.d.ts file
Expected behavior
-
While using
createDraggable
in a Svelte project, I tried to import DraggableParams, but it seems to be missing. -
Just like we have
AnimationParams
exported, I was expecting to find DraggableParams as well.
Is this omission intentional, or could it be an oversight?
Proposed Solution
It would be helpful to export DraggableParams from the index.d.ts file so it can be used externally.