MCPcopy Create free account
hub / github.com/adobe/react-spectrum /

Class

packages/react-stately/src/layout/ListLayout.ts:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 * It supports both fixed and variable size items.
136 */
137export class ListLayout<T, O extends ListLayoutOptions = ListLayoutOptions>
138 extends Layout<Node<T>, O>
139 implements DropTargetDelegate
140{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected