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

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

There is a newer version: 3.5.7-pre.11-kotlin-1.5.21
Show newest version
package uikit.components

import uikit.*

external interface VideoComponent : Component

external interface VideoOptions {
    var autoplay: Any? /* Boolean | String */
    var automute: Boolean?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy