| 45 | } |
| 46 | |
| 47 | export interface MultiValueInputRef { |
| 48 | /** Commits any pending input, updates parent, and returns the full list. */ |
| 49 | commitPendingInput: () => string[]; |
| 50 | } |
| 51 | |
| 52 | export interface MultiValueInputProps { |
| 53 | values: string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…