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
Cool library! I'm hoping it will solve the use-case for my side-project: Nested interactive elements -- a re-orderable wiki tree, essentially. Could be a good example to add for your readme?
However, it seems that the public API doesn't surface the interactive option. Should probably use the same interface in the action ($lib/actions/draggable.ts) and the public API ($lib/types/index.ts) and re-export it rather than extending he base interface inside the action.
The text was updated successfully, but these errors were encountered:
Cool library! I'm hoping it will solve the use-case for my side-project: Nested interactive elements -- a re-orderable wiki tree, essentially. Could be a good example to add for your readme?
However, it seems that the public API doesn't surface the
interactive
option. Should probably use the same interface in the action ($lib/actions/draggable.ts) and the public API ($lib/types/index.ts) and re-export it rather than extending he base interface inside the action.The text was updated successfully, but these errors were encountered: