* docs: formatting * Prefer numRows and numColumns to percentage width/height for layout * fix: LayoutManager --> ViewportGrid (get out of UI component library) * docs: remove outdated docs * Don't expose ExampleDropTarget * Revert thumnail entry drag source removal * Update screaming tests * fix drag-n-drop * fix vtk mpr2d CC: @jamesapetts * remove setSingleLayoutData * remove vtk qualifier
6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
import ConnectedViewportGrid from './ConnectedViewportGrid.js';
|
|
import ViewportGrid from './ViewportGrid.js';
|
|
|
|
export default ViewportGrid;
|
|
export { ConnectedViewportGrid, ViewportGrid };
|