MCPcopy Create free account
hub / github.com/react-dropzone/react-dropzone / composeKeyboardHandler

Function composeKeyboardHandler

src/index.js:927–929  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

925 };
926
927 const composeKeyboardHandler = (fn) => {
928 return noKeyboard ? null : composeHandler(fn);
929 };
930
931 const composeDragHandler = (fn) => {
932 return noDrag ? null : composeHandler(fn);

Callers 1

useDropzoneFunction · 0.85

Calls 1

composeHandlerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…