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

Class

packages/react-stately/src/virtualizer/Layout.ts:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 * optionally overridden to implement custom behavior.
30 */
31export abstract class Layout<T extends object = Node<any>, O = any> implements LayoutDelegate {
32 /** The Virtualizer the layout is currently attached to. */
33 virtualizer: Virtualizer<T, any> | null = null;
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected