
main.react.dom.aria.AriaPressed.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package react.dom.aria
@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""(/*union*/{false: 'false', mixed: 'mixed', true: 'true'}/*union*/)""")
external enum class AriaPressed {
`false`,
mixed,
`true`,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy