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

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

// Automatically generated - do not modify!

package web.cssom

import web.events.EventHandler
import web.events.EventTarget

sealed external class MediaQueryList :
    EventTarget {
    val matches: Boolean
    val media: String
    var onchange: EventHandler?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy