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

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

There is a newer version: 3.13.7-pre.21
Show newest version
package uikit.components

import uikit.*

external interface CountdownComponent : Component {
    fun start()
    fun stop()
}

external interface CountdownOptions {
    var date: String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy