6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
|
|
<DebounceInput
|
||
|
|
placeholder="Type in here…"
|
||
|
|
debounceTimeout={1000}
|
||
|
|
handleDebounce={handleDebounce}
|
||
|
|
/>
|
||
|
|
<Typography>Debounced input: {debouncedValue}</Typography>
|