solid-dnd icon indicating copy to clipboard operation
solid-dnd copied to clipboard

`Layout` class not exposed

Open bjoluc opened this issue 9 months ago • 0 comments

The DragDropContext's setOverlay() action takes a Layout object. While building a custom DragOverlay replacement, I noticed that the Layout class from layout.ts is not exported by index.ts, complicating user-land Layout creation.

@martinpengellyphillips Would you accept a PR to expose the Layout class and, ideally, also the elementLayout() function?

bjoluc avatar Mar 20 '25 15:03 bjoluc