# Module: resolveRef

## Table of contents

### Functions

- [default](resolveRef.md#default)

## Functions

### default

▸ **default**(`ref`): `any`

Attempts to resolve a value from the passed React ref

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `ref` | `Ref` | A React ref object |

#### Returns

`any`

#### Defined in

[src/resolveRef.js:7](https://github.com/Twipped/js-utils/blob/9c196e3/src/resolveRef.js#L7)
