Appearance
用来处理节流值的 Hook。
import { useThrottle } from '@base-web-kits/base-tools-react'; const throttledValue = useThrottle(value, { wait: 500 });
ahooks