useDebounce
A hook that returns a debounced version of the provided value. The debounced value will only update after the specified delay has passed without any new changes to the original value.
- Pattern
- pattern-871
- Interface family
- display
- Component kind
- component