
jsMain.web.cssom.CSSMathOperator.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.cssom
// language=JavaScript
@JsName("""(/*union*/{clamp: 'clamp', invert: 'invert', max: 'max', min: 'min', negate: 'negate', product: 'product', sum: 'sum'}/*union*/)""")
external enum class CSSMathOperator {
clamp,
invert,
max,
min,
negate,
product,
sum,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy