Appearance
用来处理防抖值的 Hook。
function useDebounce(func: Function, delay: number, immediate: boolean = false): Function