---
title: "rememberSaveableStateHolder"
description: "Creates and remembers the instance of [SaveableStateHolder]."
type: "composable"
---

<div class='type'>Composable Function</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@Composable
public fun rememberSaveableStateHolder(): SaveableStateHolder
```


Creates and remembers the instance of `SaveableStateHolder`.




