[@johanneslumpe/styled-props](../README.md) > ["utils/pointer-events/touchAction"](../modules/_utils_pointer_events_touchaction_.md) > [TouchActionProps](../interfaces/_utils_pointer_events_touchaction_.touchactionprops.md)

# Interface: TouchActionProps

## Type parameters
#### T 
## Hierarchy

**TouchActionProps**

## Index

### Properties

* [style$TouchAction](_utils_pointer_events_touchaction_.touchactionprops.md#style_touchaction)

---

## Properties

<a id="style_touchaction"></a>

###  style$TouchAction

**● style$TouchAction**: *`T`*

*Defined in [utils/pointer-events/touchAction.ts:12](https://github.com/johanneslumpe/styled-props/blob/8e709f1/src/utils/pointer-events/touchAction.ts#L12)*

The **`touch-action`** CSS property sets how an element's region can be manipulated by a touchscreen user (for example, by zooming features built into the browser).

*__see__*: [https://developer.mozilla.org/docs/Web/CSS/touch-action](https://developer.mozilla.org/docs/Web/CSS/touch-action)

___

