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

main.react.dom.svg.StrokeLinecap.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.svg

@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""(/*union*/{butt: 'butt', round: 'round', square: 'square', inherit: 'inherit'}/*union*/)""")
external enum class StrokeLinecap {
    butt,
    round,
    square,
    inherit,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy