UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

2 lines (1 loc) 104 B
export declare function useDebounce<T extends (...args: any[]) => void>(callback: T, delay: number): T;