(label: string)
| 12 | } |
| 13 | |
| 14 | const createOption = (label: string) => ({ |
| 15 | label, |
| 16 | value: label, |
| 17 | }); |
| 18 | |
| 19 | export default () => { |
| 20 | const [inputValue, setInputValue] = React.useState(''); |
no outgoing calls
no test coverage detected
searching dependent graphs…