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

Class

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

Source from the content-addressed store, hash-verified

84}
85
86export class RootView<T extends object, V> extends ReusableView<T, V> {
87 constructor(virtualizer: Virtualizer<T, V>) {
88 super(virtualizer, 'root');
89 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected