UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

2 lines (1 loc) 68 B
export declare function useDebounce<T>(value: T, delay: number): T;