1// Signature format: 4.0 2package androidx.compose.ui.tooling { 3 4 public final class InspectableKt { 5 method @Deprecated @androidx.compose.runtime.Composable public static void InInspectionModeOnly(kotlin.jvm.functions.Function0<kotlin.Unit> content); 6 } 7 8} 9 10package androidx.compose.ui.tooling.animation { 11 12 public final class ToolingState<T> implements androidx.compose.runtime.State<T> { 13 ctor public ToolingState(T default); 14 method public T getValue(); 15 method public void setValue(T!); 16 property public T value; 17 } 18 19} 20 21