communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
7 lines • 387 B
TypeScript
/**
* For keyboard navigation - when this component has active focus, enter key and space keys should have the same behavior as mouse click.
*
* @private
*/
export declare const submitWithKeyboard: (e: React.KeyboardEvent<HTMLElement>, onSubmit: (e?: React.MouseEvent<HTMLElement> | React.KeyboardEvent<HTMLElement>) => void) => void;
//# sourceMappingURL=keyboardNavigation.d.ts.map