UNPKG

@taro-hooks/ahooks

Version:
7 lines (6 loc) 125 B
export interface DebounceOptions { wait?: number; leading?: boolean; trailing?: boolean; maxWait?: number; }