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?
The
DragDropContext'ssetOverlay()action takes aLayoutobject. While building a customDragOverlayreplacement, I noticed that theLayoutclass fromlayout.tsis not exported byindex.ts, complicating user-landLayoutcreation.@martinpengellyphillips Would you accept a PR to expose the
Layoutclass and, ideally, also theelementLayout()function?