
jsMain.web.animations.AnimationReplaceState.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.animations
// language=JavaScript
@JsName("""(/*union*/{active: 'active', persisted: 'persisted', removed: 'removed'}/*union*/)""")
external enum class AnimationReplaceState {
active,
persisted,
removed,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy