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

jsMain.react.dom.svg.AlignmentBaseline.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*/{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*/)""")
sealed external interface AlignmentBaseline {
    companion object {
        val auto: AlignmentBaseline
        val baseline: AlignmentBaseline
        val beforeEdge: AlignmentBaseline
        val textBeforeEdge: AlignmentBaseline
        val middle: AlignmentBaseline
        val central: AlignmentBaseline
        val afterEdge: AlignmentBaseline
        val textAfterEdge: AlignmentBaseline
        val ideographic: AlignmentBaseline
        val alphabetic: AlignmentBaseline
        val hanging: AlignmentBaseline
        val mathematical: AlignmentBaseline
        val inherit: AlignmentBaseline
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy