[**realue**](../README.md) • **Docs**

***

[realue](../README.md) / ResizeEffectOptions

# Type Alias: ResizeEffectOptions

> **ResizeEffectOptions**: `object`

Options to use with the `useResizeEffect` hook.

## Type declaration

### box?

> `optional` **box**: `ResizeObserverBoxOptions`

Sets which box model the observer will observe changes to.

### parents?

> `optional` **parents**: `boolean`

Whether parents should be observed as well.

## Defined in

[lib/types/ResizeEffectOptions.ts:4](https://github.com/nevoland/realue/blob/10b81dd410f087c06fbf8ea8b1c227058ff70751/lib/types/ResizeEffectOptions.ts#L4)
