[go: nahoru, domu]

blob: d84ebdc01435cba5c8262acffa468b171e98c43d [file] [log] [blame]
// Signature format: 3.0
package androidx.compose.runtime.livedata {
public final class LiveDataAdapterKt {
method @androidx.compose.runtime.Composable public static inline <T> androidx.compose.runtime.State<T> observeAsState(androidx.lifecycle.LiveData<T>);
method @androidx.compose.runtime.Composable public static <R, T extends R> androidx.compose.runtime.State<R> observeAsState(androidx.lifecycle.LiveData<T>, R? initial);
}
}