@jgamaraalv/react-auto-complete
Version:
An amazing auto complete for your React application
5 lines (4 loc) • 455 B
TypeScript
export declare const callAll: (...fns: (((...args: any[]) => void) | undefined)[]) => (...args: any[]) => void;
export declare function bodyClickHandler(event: MouseEvent, elementRef: React.RefObject<HTMLDivElement>, cbFn: () => void): void;
export declare function keyDownHandler(event: KeyboardEvent, cbFn: () => void): void;
export declare function throttle(fn: (event: React.ChangeEvent<HTMLInputElement>) => Promise<void>, time: number): () => void;