| 135 | * It supports both fixed and variable size items. |
| 136 | */ |
| 137 | export class ListLayout<T, O extends ListLayoutOptions = ListLayoutOptions> |
| 138 | extends Layout<Node<T>, O> |
| 139 | implements DropTargetDelegate |
| 140 | { |
nothing calls this directly
no outgoing calls
no test coverage detected