You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Screenshots
Proposed Solution
It would be helpful to export DraggableParams from the index.d.ts file so it can be used externally.
The text was updated successfully, but these errors were encountered:
Describe the bug
DraggableParams
are not exported in index.d.ts fileExpected 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?
Screenshots

Proposed Solution
It would be helpful to export DraggableParams from the index.d.ts file so it can be used externally.
The text was updated successfully, but these errors were encountered: