DebounceHook
Definition
type DebounceHook = (value: any, timeout?: number, returnUpdateFunction?: boolean) => any | [debouncedValue: any, updateValue: (value: any) => void]Usage
import { DebounceHook } from 'uxp/components';Last updated