
jsMain.react.dom.html.Unselectable.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
"NESTED_CLASS_IN_EXTERNAL_INTERFACE",
)
package react.dom.html
// language=JavaScript
@JsName("""(/*union*/{on: 'on', off: 'off'}/*union*/)""")
sealed external interface Unselectable {
companion object {
val on: Unselectable
val off: Unselectable
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy