
jsMain.react.dom.svg.StrokeLinecap.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*/{butt: 'butt', round: 'round', square: 'square', inherit: 'inherit'}/*union*/)""")
sealed external interface StrokeLinecap {
companion object {
val butt: StrokeLinecap
val round: StrokeLinecap
val square: StrokeLinecap
val inherit: StrokeLinecap
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy