
jsMain.web.dom.css.getComputedStyle.kt Maven / Gradle / Ivy
package web.dom.css
import web.cssom.CSSStyleDeclaration
import web.dom.Element
external fun getComputedStyle(
element: Element,
pseudoElement: String? = definedExternally,
): CSSStyleDeclaration
© 2015 - 2025 Weber Informatics LLC | Privacy Policy