UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

7 lines 387 B
/** * 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