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

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

package uikit.components

import uikit.*

external interface CoverComponent : Component

external interface CoverOptions {
    var automute: Boolean?
    var width: Number?
    var height: Number?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy