| // Signature format: 4.0 |
| package androidx.compose.ui.tooling { |
| |
| public final class InspectableKt { |
| method @Deprecated @androidx.compose.runtime.Composable public static void InInspectionModeOnly(kotlin.jvm.functions.Function0<kotlin.Unit> content); |
| } |
| |
| } |
| |
| package androidx.compose.ui.tooling.animation { |
| |
| public final class ToolingState<T> implements androidx.compose.runtime.State<T> { |
| ctor public ToolingState(T? default); |
| method public T! getValue(); |
| method public void setValue(T!); |
| property public T! value; |
| } |
| |
| } |
| |