UNPKG

ht_hooks

Version:
4 lines (3 loc) 161 B
import type { DebounceOptions } from './debounceOptions'; declare function useDebounce<T>(value: T, options?: DebounceOptions): any; export default useDebounce;