| 96 | * depending on the width of the container. |
| 97 | */ |
| 98 | export class GridLayout<T, O extends GridLayoutOptions = GridLayoutOptions> |
| 99 | extends Layout<Node<T>, O> |
| 100 | implements DropTargetDelegate |
| 101 | { |
nothing calls this directly
no outgoing calls
no test coverage detected