UNPKG

fui-fancyui

Version:
4 lines (3 loc) 180 B
type CallbackFunctionType = (...args: any[]) => void; export declare function useThrottledCallback(callback: CallbackFunctionType, delay: number): CallbackFunctionType; export {};