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

jsMain.web.cssom.CSSUnparsedValue.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.cssom

import js.core.ArrayLike
import js.core.ReadonlyArray

external class CSSUnparsedValue(
    members: ReadonlyArray,
) : CSSStyleValue,
    ArrayLike {
    override val length: Int
    fun forEach(action: (item: CSSUnparsedSegment) -> Unit)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy