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

main.uikit.components.Height.kt Maven / Gradle / Ivy

package uikit.components

import uikit.Component

external interface HeightComponent : Component

external interface HeightOptions {
    var target: String?
    var row: Boolean?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy