简体中文
主题
处理节流值的 Hook。
const throttledValue = useThrottle( value: any, options?: Options );
Ref<any>
Options
number
1000
boolean
true
源码 · 文档 · 示例