3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
declare const useStartTyping: (onStartTyping: (event: KeyboardEvent) => void) => void;
|
|
export default useStartTyping;
|