UNPKG

@byndyusoft-ui/use-throttled-value

Version:
2 lines (1 loc) 66 B
export type TUseThrottledValueReturn<T> = [T, (arg: T) => void];