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

main.uikit.components.Alert.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 AlertComponent : Component {
    fun close()
}

external interface AlertOptions {
    var animation: Any? /* Boolean | String */
    var duration: Number?
    var selClose: String?
}

object AlertEvents {
    const val beforeHide = "beforehide"
    const val hide = "hide"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy