All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.react.dom.svg.Accumulate.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
    "NESTED_CLASS_IN_EXTERNAL_INTERFACE",
)

package react.dom.svg

// language=JavaScript
@JsName("""(/*union*/{none: 'none', sum: 'sum'}/*union*/)""")
sealed external interface Accumulate {
    companion object {
        val none: Accumulate
        val sum: Accumulate
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy