| 71 | }; |
| 72 | |
| 73 | export interface BaseSelectRef { |
| 74 | focus: (options?: FocusOptions) => void; |
| 75 | blur: () => void; |
| 76 | scrollTo: ScrollTo; |
| 77 | nativeElement: HTMLElement; |
| 78 | } |
| 79 | |
| 80 | export interface BaseSelectPrivateProps { |
| 81 | // >>> MISC |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…