
jsMain.web.cssom.StyleSheetList.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.cssom
import js.core.ArrayLike
import js.core.JsIterable
sealed external class StyleSheetList :
ArrayLike,
JsIterable {
fun item(index: Int): CSSStyleSheet?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy