UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

4 lines 208 B
export declare function useDebouncedState<T = unknown>(defaultValue: T, wait: number, options?: { leading: boolean; }): readonly [T, (newValue: T) => void]; //# sourceMappingURL=useDebouncedState.d.ts.map