[**@twipped/hooks**](../../README.md) • **Docs**

***

# Interface: FlattenedChild

## Properties

### key

> **key**: `string`

#### Source

[hooks/children.js:151](https://github.com/Twipped/hooks/blob/main/hooks/children.js#L151)

***

### props

> **props**: `object`

#### Index signature

 \[`key`: `string`\]: `any`

#### Source

[hooks/children.js:154](https://github.com/Twipped/hooks/blob/main/hooks/children.js#L154)

***

### ref

> **ref**: `Ref`\<`HTMLElement`\>

#### Source

[hooks/children.js:152](https://github.com/Twipped/hooks/blob/main/hooks/children.js#L152)

***

### type

> **type**: `JSXElementConstructor`\<`any`\>

#### Source

[hooks/children.js:153](https://github.com/Twipped/hooks/blob/main/hooks/children.js#L153)
