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