Knit UI
GitHub

Import

import { useThrottledValue } from "@knitui/hooks";

Signature

export function useThrottledValue<T>(value: T, wait: number): T