<!---
THIS IS AN AUTOGENERATED FILE. EDIT PACKAGES/BOUNDLESS-UTILS-TRANSFORM-PROPERTY/INDEX.JS INSTEAD.
-->
# transformProperty

Returns the appropriate vendor-prefixed property for use in programmatic transform style manipulation.

## Installation

```bash
npm i boundless-utils-transform-property --save
```

Then use it like:


```jsx
/** @jsx createElement */

import transformProperty from 'boundless-utils-transform-property';

document.querySelector('.foo').style[transformProperty] = 'translateY(0)';
```






