MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / useComboboxAnchor

Function useComboboxAnchor

components/ui/combobox.tsx:300–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 {...props}
299 />
300 );
301}
302
303function useComboboxAnchor() {
304 return React.useRef<HTMLDivElement | null>(null);
305}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected