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

Class

packages/react-aria/src/collections/CollectionBuilder.tsx:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152function createCollectionNodeClass(type: string): CollectionNodeClass<any> {
153 let NodeClass = class extends CollectionNode<any> {
154 static readonly type = type;
155 };
156 return NodeClass;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected