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

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

// Automatically generated - do not modify!

package react.dom.svg

@Suppress("NAME_CONTAINS_ILLEGAL_CHARS")
// language=JavaScript
@JsName("""(/*union*/{auto: 'auto', baseline: 'baseline', beforeEdge: 'before-edge', textBeforeEdge: 'text-before-edge', middle: 'middle', central: 'central', afterEdge: 'after-edge', textAfterEdge: 'text-after-edge', ideographic: 'ideographic', alphabetic: 'alphabetic', hanging: 'hanging', mathematical: 'mathematical', inherit: 'inherit'}/*union*/)""")
external enum class AlignmentBaseline {
    auto,
    baseline,
    beforeEdge,
    textBeforeEdge,
    middle,
    central,
    afterEdge,
    textAfterEdge,
    ideographic,
    alphabetic,
    hanging,
    mathematical,
    inherit,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy