jsMain.history.Blocker.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
package history
/**
* A function that receives transitions when navigation is blocked.
*/
typealias Blocker = (tx: Transition) -> Unit