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

commonMain.captain.internal.History.kt Maven / Gradle / Ivy

package captain.internal

external interface History {
    fun pushState(state: String?,title: String, url: String)
    fun go(steps: Int)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy