MCPcopy Create free account
hub / github.com/react-component/select / BaseSelectRef

Interface BaseSelectRef

src/BaseSelect/index.tsx:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71};
72
73export interface BaseSelectRef {
74 focus: (options?: FocusOptions) => void;
75 blur: () => void;
76 scrollTo: ScrollTo;
77 nativeElement: HTMLElement;
78}
79
80export interface BaseSelectPrivateProps {
81 // >>> MISC

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…