We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c6a51 commit d846377Copy full SHA for d846377
lib/components/Keyboard/KeyboardInput/KeyboardAccessoryView.tsx
@@ -51,7 +51,7 @@ export type KeyboardAccessoryViewProps = {
51
/**
52
* Callback that will be called when an item on the keyboard has been pressed.
53
*/
54
- onItemSelected?: () => void;
+ onItemSelected?: (component?: string, args?: any) => void;
55
56
* Callback that will be called if KeyboardRegistry.requestShowKeyboard is called.
57
0 commit comments