commonMain.com.bselzer.ktx.compose.ui.layout.project.Interactable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-ui-layout-jvm Show documentation
Show all versions of compose-ui-layout-jvm Show documentation
Base extensions for laying out Compose Multiplatform UI.
package com.bselzer.ktx.compose.ui.layout.project
import androidx.compose.ui.Modifier
import com.bselzer.ktx.compose.ui.layout.modifier.interactable.InteractableModifier
interface Interactable {
/**
* The [Modifier]s.
*/
val modifier: InteractableModifier
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy