main.uikit.components.Countdown.kt Maven / Gradle / Ivy
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