@gravity-ui/uikit
Version:
Gravity UI base styling and components
18 lines (11 loc) • 513 B
Markdown
# useActionHandlers
```tsx
import {useActionHandlers} from '@gravity-ui/uikit';
```
The `useActionHandlers` hook emulates behaviour of system controls, that respond to Enter and Spacebar
## Properties
| Name | Description | Type | Default |
| :------- | :------------------------- | :------------------------: | :-----: |
| callback | Callback for keydown event | `(...args: any[]) => any;` | |
## Result
Keyboard event handler. `React.KeyboardEventHandler`