All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bselzer.ktx.compose.ui.layout.project.Interactable.kt Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
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